[PATCH 10/75] Driver core: remove put_bus()

2007-10-12 Thread Greg Kroah-Hartman
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 <[EMAIL PROTECTED]> --- drivers/base/base.h

Re: Driver core: remove put_bus()

2007-09-14 Thread Cornelia Huck
On Thu, 13 Sep 2007 16:39:47 -0700, Greg KH <[EMAIL PROTECTED]> wrote: > 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.

Driver core: remove put_bus()

2007-09-13 Thread Greg KH
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 <[EMAIL PROTECTED]> --- drivers/base/base.h