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)
commit5901d0145c6b9e791bacd049eea11c9db9a3006e
tree1f474118fa9a644efc36c7e9adef7799ae8e1edd
parentfc1ede5888ab8a9b3e7f8567b945beed35222885
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>
drivers/base/base.h
drivers/base/bus.c