From: Greg Kroah-Hartman Date: Thu, 13 Sep 2007 09:53:13 +0000 (-0700) Subject: Driver core: remove get_bus() X-Git-Tag: v2.6.24-rc1~1394^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5901d0145c6b9e791bacd049eea11c9db9a3006e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed