From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:41:23 +0000 Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c --- kernel/arch/mips/include/asm/gio_device.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/arch/mips/include/asm/gio_device.h b/kernel/arch/mips/include/asm/gio_device.h index c52948f..159087f 100644 --- a/kernel/arch/mips/include/asm/gio_device.h +++ b/kernel/arch/mips/include/asm/gio_device.h @@ -32,8 +32,6 @@ }; #define to_gio_driver(drv) container_of(drv, struct gio_driver, driver) -extern const struct gio_device_id *gio_match_device(const struct gio_device_id *, - const struct gio_device *); extern struct gio_device *gio_dev_get(struct gio_device *); extern void gio_dev_put(struct gio_device *); -- Gitblit v1.6.2