[PATCH] Driver core: bus.c cleanups
authorAdrian Bunk <bunk@stusta.de>
Mon, 26 Jun 2006 20:26:56 +0000 (22:26 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 Jul 2006 23:09:08 +0000 (16:09 -0700)
commit7e4ef085ea4b00cfc34e854edf448c729de8a0a5
treecc8b12d3b25e0b5a6cc2524faccc2d05dcff61c8
parent42734dafa43e453a8b6769a5ebd3a01ffc1fd116
[PATCH] Driver core: bus.c cleanups

This patch contains the following cleanups:
- make the needlessly global bus_subsys static
- #if 0 the unused find_bus()

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/bus.c