We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c626ce commit abfcebaCopy full SHA for abfceba
arch/arm/mach-rpc/ecard.c
@@ -1109,7 +1109,7 @@ void ecard_remove_driver(struct ecard_driver *drv)
1109
driver_unregister(&drv->drv);
1110
}
1111
1112
-static int ecard_match(struct device *_dev, struct device_driver *_drv)
+static int ecard_match(struct device *_dev, const struct device_driver *_drv)
1113
{
1114
struct expansion_card *ec = ECARD_DEV(_dev);
1115
struct ecard_driver *drv = ECARD_DRV(_drv);
0 commit comments