kernel/arch/mips/include/asm/gio_device.h
.. .. @@ -32,8 +32,6 @@ 32 32 }; 33 33 #define to_gio_driver(drv) container_of(drv, struct gio_driver, driver) 34 34 35 -extern const struct gio_device_id *gio_match_device(const struct gio_device_id *,36 - const struct gio_device *);37 35 extern struct gio_device *gio_dev_get(struct gio_device *); 38 36 extern void gio_dev_put(struct gio_device *); 39 37