commit | fc1ede5888ab8a9b3e7f8567b945beed35222885 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Thu Sep 13 02:53:13 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 14:51:02 2007 -0700 |
tree | eddc7763a7e90d7644e655ec94e82f6c25af5e05 | |
parent | 1ef4cfac01fb5e98900f5bdb2a722aac1daff11b [diff] |
Driver core: remove put_bus() 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>