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 Add some basic resume trace facilities 2006-06-24 14:44:01 -07:00
main.c [PATCH] one less word in struct device 2005-10-28 16:47:39 -07:00
power.h [PATCH] USB: fix pm patches with CONFIG_PM off part 2 2005-10-28 16:47:52 -07:00
resume.c [PATCH] core: use list_move() 2006-06-26 09:58:17 -07:00
runtime.c [PATCH] pcmcia: merge suspend into device model 2006-01-06 00:02:03 +01:00
shutdown.c [PATCH] drivers/base/: proper prototypes 2006-02-06 12:17:17 -08:00
suspend.c [PATCH] core: use list_move() 2006-06-26 09:58:17 -07:00
sysfs.c [PATCH] Fix Userspace interface breakage in power/state 2006-02-06 12:17:17 -08:00
trace.c Add some basic resume trace facilities 2006-06-24 14:44:01 -07:00