summaryrefslogtreecommitdiffstats
path: root/include/linux/smc911x.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-10-17 14:18:26 +0200
committerJakub Kicinski <kuba@kernel.org>2022-10-18 19:33:51 -0700
commita2fd08448f2b7591fc7ec8dec2e5e025a43f0cee (patch)
treeecc4448e7d135236647b4d962c814eb3ace6f302 /include/linux/smc911x.h
parent3566a79c9e3629af538c28f80141cb86d4ae8a96 (diff)
downloadlinux-a2fd08448f2b7591fc7ec8dec2e5e025a43f0cee.tar.gz
linux-a2fd08448f2b7591fc7ec8dec2e5e025a43f0cee.tar.bz2
linux-a2fd08448f2b7591fc7ec8dec2e5e025a43f0cee.zip
net: remove smc911x driver
This driver was used on Arm and SH machines until 2009, when the last platforms moved to the smsc911x driver for the same hardware. Time to retire this version. Link: https://lore.kernel.org/netdev/1232010482-3744-1-git-send-email-steve.glendinning@smsc.com/ Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20221017121900.3520108-1-arnd@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/smc911x.h')
-rw-r--r--include/linux/smc911x.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/smc911x.h b/include/linux/smc911x.h
deleted file mode 100644
index 8cace8189e74..000000000000
--- a/include/linux/smc911x.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __SMC911X_H__
-#define __SMC911X_H__
-
-#define SMC911X_USE_16BIT (1 << 0)
-#define SMC911X_USE_32BIT (1 << 1)
-
-struct smc911x_platdata {
- unsigned long flags;
- unsigned long irq_flags; /* IRQF_... */
- int irq_polarity;
-};
-
-#endif /* __SMC911X_H__ */