aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/fore200e.c
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-05-03 01:18:22 +0100
committerJakub Kicinski <kuba@kernel.org>2024-05-06 18:26:47 -0700
commitad3c9f0e6292a146464a38df7fba2aa9fb36f46e (patch)
tree129ad085f06225dc7f55df289f884ff6f3606a88 /drivers/atm/fore200e.c
parentgve: Implement queue api (diff)
downloadlinux-ad3c9f0e6292a146464a38df7fba2aa9fb36f46e.tar.xz
linux-ad3c9f0e6292a146464a38df7fba2aa9fb36f46e.zip
atm/fore200e: Delete unused 'fore200e_boards'
This list looks like it's been unused since the OF conversion in 2008 in commit 826b6cfcd5d4 ("fore200e: Convert over to pure OF driver.") This also means we can remove the 'entry' member for the list. Build tested only. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Breno Leitao <leitao@debian.org> Link: https://lore.kernel.org/r/20240503001822.183061-1-linux@treblig.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/atm/fore200e.c')
-rw-r--r--drivers/atm/fore200e.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/atm/fore200e.c b/drivers/atm/fore200e.c
index 9fb1575f8d88..cb00f8244e41 100644
--- a/drivers/atm/fore200e.c
+++ b/drivers/atm/fore200e.c
@@ -94,9 +94,6 @@
static const struct atmdev_ops fore200e_ops;
-static LIST_HEAD(fore200e_boards);
-
-
MODULE_AUTHOR("Christophe Lizzi - credits to Uwe Dannowski and Heikki Vatiainen");
MODULE_DESCRIPTION("FORE Systems 200E-series ATM driver - version " FORE200E_VERSION);