From: Akinobu Mita Date: Mon, 26 Jun 2006 07:24:39 +0000 (-0700) Subject: [PATCH] arch: use list_move() X-Git-Tag: v2.6.18-rc1~821 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7addcea6ac7c0e9733a48cda06ca0880f116a48;p=pandora-kernel.git [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 Cc: "David S. Miller" Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed