linux/drivers/base/power
Akinobu Mita 1bfba4e8ea [PATCH] core: use list_move()
This patch converts the combination of list_del(A) and list_add(A, B) to
list_move(A, B).

Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Ram Pai <linuxram@us.ibm.com>
Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-26 09:58:17 -07:00
..
Makefile
main.c
power.h
resume.c [PATCH] core: use list_move() 2006-06-26 09:58:17 -07:00
runtime.c
shutdown.c
suspend.c [PATCH] core: use list_move() 2006-06-26 09:58:17 -07:00
sysfs.c
trace.c