diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-04-26 20:54:32 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-04-27 14:22:56 +0300 |
commit | 5b74a20d35ab8ff05c2111233bb069eb7fcea4e9 (patch) | |
tree | 963615531e825c3e3e951ce815622e9458d66afd /arch | |
parent | 41c335c8212387a7563b0eb7f885591ad49970be (diff) | |
download | linux-5b74a20d35ab8ff05c2111233bb069eb7fcea4e9.tar.xz |
net: atm: remove support for Madge Horizon ATM devices
This driver received nothing but automated fixes since git era begun.
Since it's using virt_to_bus it's unlikely to be used on any modern
platform.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/configs/gpr_defconfig | 1 | ||||
-rw-r--r-- | arch/mips/configs/mtx1_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/configs/gpr_defconfig b/arch/mips/configs/gpr_defconfig index 605e778dff74..7ed202db9ef0 100644 --- a/arch/mips/configs/gpr_defconfig +++ b/arch/mips/configs/gpr_defconfig @@ -181,7 +181,6 @@ CONFIG_ATM_ENI=m CONFIG_ATM_ZATM=m CONFIG_ATM_NICSTAR=m CONFIG_ATM_IDT77252=m -CONFIG_ATM_HORIZON=m CONFIG_ATM_IA=m CONFIG_ATM_FORE200E=m CONFIG_ATM_HE=m diff --git a/arch/mips/configs/mtx1_defconfig b/arch/mips/configs/mtx1_defconfig index de95e7fe5a77..f46ad2e294fa 100644 --- a/arch/mips/configs/mtx1_defconfig +++ b/arch/mips/configs/mtx1_defconfig @@ -258,7 +258,6 @@ CONFIG_ATM_ENI=m CONFIG_ATM_ZATM=m CONFIG_ATM_NICSTAR=m CONFIG_ATM_IDT77252=m -CONFIG_ATM_HORIZON=m CONFIG_ATM_IA=m CONFIG_ATM_FORE200E=m CONFIG_ATM_HE=m |