+0
−1
+14
−15
Loading
put_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 *_put() functions in the
kernel.
Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>