Driver core: remove get_bus()
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 13 Sep 2007 09:53:13 +0000 (02:53 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:51:02 +0000 (14:51 -0700)
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>

No differences found