From: mochel@digitalimplant.org Date: Mon, 21 Mar 2005 18:52:54 +0000 (-0800) Subject: [PATCH] Move device/driver code to drivers/base/dd.c X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e4a3e27fe414980ddc85a358e5a56abc48b363;p=pandora-kernel.git [PATCH] Move device/driver code to drivers/base/dd.c This relocates the driver binding/unbinding code to drivers/base/dd.c. This is done for two reasons: One, it's not code related to the bus_type itself; it uses some from that, some from devices, and some from drivers. And Two, it will make it easier to do some of the upcoming lock removal on that code.. Signed-off-by: Patrick Mochel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed