diff options
| author | Arnd Bergmann <[email protected]> | 2022-10-17 14:18:26 +0200 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2022-10-18 19:33:51 -0700 |
| commit | a2fd08448f2b7591fc7ec8dec2e5e025a43f0cee (patch) | |
| tree | ecc4448e7d135236647b4d962c814eb3ace6f302 /include/linux | |
| parent | 3566a79c9e3629af538c28f80141cb86d4ae8a96 (diff) | |
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/[email protected]/
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/smc911x.h | 14 |
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__ */ |