kernel-ark/drivers/base
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
..
power [PATCH] core: use list_move() 2006-06-26 09:58:17 -07:00
attribute_container.c
base.h
bus.c [PATCH] Driver core: add generic "subsystem" link to all devices 2006-06-21 12:40:49 -07:00
class.c [PATCH] Driver core: add generic "subsystem" link to all devices 2006-06-21 12:40:49 -07:00
core.c [PATCH] Driver core: fix locking issues with the devices that are attached to classes 2006-06-22 22:54:30 -07:00
cpu.c
dd.c
dmapool.c
driver.c
firmware_class.c
firmware.c
hypervisor.c
init.c
isa.c [PATCH] Driver model: add ISA bus 2006-06-21 12:40:49 -07:00
Kconfig
Makefile [PATCH] Driver model: add ISA bus 2006-06-21 12:40:49 -07:00
map.c
memory.c
node.c
platform.c
sys.c
topology.c
transport_class.c