[PATCH] Add superhyway_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
ff2dae79 f9ccf456

+2 -2
+2 -2
drivers/sh/superhyway/superhyway.c
··· 175 175 { 176 176 drv->drv.name = drv->name; 177 177 drv->drv.bus = &superhyway_bus_type; 178 - drv->drv.probe = superhyway_device_probe; 179 - drv->drv.remove = superhyway_device_remove; 180 178 181 179 return driver_register(&drv->drv); 182 180 } ··· 211 213 #ifdef CONFIG_SYSFS 212 214 .dev_attrs = superhyway_dev_attrs, 213 215 #endif 216 + .probe = superhyway_device_probe, 217 + .remove = superhyway_device_remove, 214 218 }; 215 219 216 220 static int __init superhyway_bus_init(void)