summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/gio_device.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2020-01-12 19:51:10 +0300
committerPaul Burton <paulburton@kernel.org>2020-01-13 21:55:40 +0300
commit70eec920d4f22551a3bddd88dff0f6797db5b30b (patch)
tree3aa178f14a27ed8bc095736fc06e2afb1758731b /arch/mips/include/asm/gio_device.h
parent72d052e28d1d2363f9107be63ef3a3afdea6143c (diff)
downloadlinux-70eec920d4f22551a3bddd88dff0f6797db5b30b.tar.xz
MIPS: ip22-gio: Make gio_match_device() static
Unlike its PCI counterpart, gio_match_device() was never used outside the GIO bus code. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/include/asm/gio_device.h')
-rw-r--r--arch/mips/include/asm/gio_device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/gio_device.h b/arch/mips/include/asm/gio_device.h
index c52948f9ca95..159087f5386e 100644
--- a/arch/mips/include/asm/gio_device.h
+++ b/arch/mips/include/asm/gio_device.h
@@ -32,8 +32,6 @@ struct gio_driver {
};
#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 *);