+1
-1
arch/arm/mach-rpc/ecard.c
+1
-1
arch/arm/mach-rpc/ecard.c
···
1109
1109
driver_unregister(&drv->drv);
1110
1110
}
1111
1111
1112
-
static int ecard_match(struct device *_dev, struct device_driver *_drv)
1112
+
static int ecard_match(struct device *_dev, const struct device_driver *_drv)
1113
1113
{
1114
1114
struct expansion_card *ec = ECARD_DEV(_dev);
1115
1115
struct ecard_driver *drv = ECARD_DRV(_drv);