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 abfceba commit cdd1fa9Copy full SHA for cdd1fa9
arch/mips/sgi-ip22/ip22-gio.c
@@ -111,7 +111,7 @@ void gio_device_unregister(struct gio_device *giodev)
111
}
112
EXPORT_SYMBOL_GPL(gio_device_unregister);
113
114
-static int gio_bus_match(struct device *dev, struct device_driver *drv)
+static int gio_bus_match(struct device *dev, const struct device_driver *drv)
115
{
116
struct gio_device *gio_dev = to_gio_device(dev);
117
struct gio_driver *gio_drv = to_gio_driver(drv);
0 commit comments