[PATCH] Add Pseudo LLD bus_type probe and remove methods

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Russell King and committed by Greg Kroah-Hartman bbbe3a41 fc3d3ddd

+2 -2
+2 -2
drivers/scsi/scsi_debug.c
··· 221 221 static struct device_driver sdebug_driverfs_driver = { 222 222 .name = sdebug_proc_name, 223 223 .bus = &pseudo_lld_bus, 224 - .probe = sdebug_driver_probe, 225 - .remove = sdebug_driver_remove, 226 224 }; 227 225 228 226 static const int check_condition_result = ··· 1794 1796 static struct bus_type pseudo_lld_bus = { 1795 1797 .name = "pseudo", 1796 1798 .match = pseudo_lld_bus_match, 1799 + .probe = sdebug_driver_probe, 1800 + .remove = sdebug_driver_remove, 1797 1801 }; 1798 1802 1799 1803 static void sdebug_release_adapter(struct device * dev)