From: Russell King Date: Thu, 5 Jan 2006 14:29:51 +0000 (+0000) Subject: [PATCH] Add bus_type probe, remove, shutdown methods. X-Git-Tag: v2.6.16-rc1~164^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594c8281f90560faf9632d91bb9d402cbe560e63;p=pandora-kernel.git [PATCH] Add bus_type probe, remove, shutdown methods. Add bus_type probe, remove and shutdown methods to replace the corresponding methods in struct device_driver. This matches the way we handle the suspend/resume methods. Since the bus methods override the device_driver methods, warn if a device driver is registered whose methods will not be called. The long-term idea is to remove the device_driver methods entirely. Signed-off-by: Russell King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed