[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 static struct device_driver sdebug_driverfs_driver = { 222 .name = sdebug_proc_name, 223 .bus = &pseudo_lld_bus, 224 - .probe = sdebug_driver_probe, 225 - .remove = sdebug_driver_remove, 226 }; 227 228 static const int check_condition_result = ··· 1794 static struct bus_type pseudo_lld_bus = { 1795 .name = "pseudo", 1796 .match = pseudo_lld_bus_match, 1797 }; 1798 1799 static void sdebug_release_adapter(struct device * dev)
··· 221 static struct device_driver sdebug_driverfs_driver = { 222 .name = sdebug_proc_name, 223 .bus = &pseudo_lld_bus, 224 }; 225 226 static const int check_condition_result = ··· 1796 static struct bus_type pseudo_lld_bus = { 1797 .name = "pseudo", 1798 .match = pseudo_lld_bus_match, 1799 + .probe = sdebug_driver_probe, 1800 + .remove = sdebug_driver_remove, 1801 }; 1802 1803 static void sdebug_release_adapter(struct device * dev)