linux/drivers/base
Greg Kroah-Hartman 5901d0145c Driver core: remove get_bus()
get_bus() should not be globally visable as it is not used by anything
other than drivers/base/bus.c.  This patch removes the visability of it,
and renames it to match all of the other *_get() functions in the
kernel.


Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-10-12 14:51:02 -07:00
..
power Introduce CONFIG_SUSPEND for suspend-to-Ram and standby 2007-07-29 16:45:38 -07:00
attribute_container.c
base.h Driver core: remove get_bus() 2007-10-12 14:51:02 -07:00
bus.c Driver core: remove get_bus() 2007-10-12 14:51:02 -07:00
class.c Driver core: remove subsys_get() 2007-10-12 14:51:01 -07:00
core.c Driver core: change add_uevent_var to use a struct 2007-10-12 14:51:01 -07:00
cpu.c CPU online file permission 2007-07-31 15:39:39 -07:00
dd.c
devres.c
dma-mapping.c
dmapool.c
driver.c
firmware_class.c Driver core: change add_uevent_var to use a struct 2007-10-12 14:51:01 -07:00
firmware.c
hypervisor.c
init.c
isa.c
Kconfig Driver core: add CONFIG_UEVENT_HELPER_PATH 2007-10-12 14:51:01 -07:00
Makefile
map.c
memory.c Driver core: change add_uevent_var to use a struct 2007-10-12 14:51:01 -07:00
node.c
platform.c Driver core: change add_uevent_var to use a struct 2007-10-12 14:51:01 -07:00
sys.c Driver core: remove kset_set_kset_s 2007-10-12 14:51:01 -07:00
topology.c
transport_class.c