]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] arch: use list_move()
authorAkinobu Mita <mita@miraclelinux.com>
Mon, 26 Jun 2006 07:24:39 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:17 +0000 (09:58 -0700)
commita7addcea6ac7c0e9733a48cda06ca0880f116a48
tree5d18b98798c98dd2c044f4a9ed9c7b372c599a9c
parent8e13059a37252c45ab7173a0e4bac05e4a444ab6
[PATCH] arch: use list_move()

This patch converts the combination of list_del(A) and list_add(A, B) to
list_move(A, B) under arch/.

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/pci/pcbios.c
arch/m68k/mm/memory.c
arch/m68k/sun3/sun3dvma.c