diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-04-26 10:54:34 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-04-27 12:22:56 +0100 |
commit | 89fbca3307d40d5a48bc41919a543dc46298cf7a (patch) | |
tree | e9c2a451279adfd0d23f331ea27e2d5a00576440 /drivers/net/wan/Makefile | |
parent | 052e1f01bfae8be6f31b61ed3a2356edfca855dc (diff) |
net: wan: remove support for COSA and SRP synchronous serial boards
Looks like all the changes to this driver had been automated
churn since git era begun. The driver is using virt_to_bus()
so it should be updated to a proper DMA API or removed. Given
the latest "news" entry on the website is from 1999 I'm opting
for the latter.
I'm marking the allocated char device major number as [REMOVED],
I reckon we can't reuse it in case some SW out there assumes its
COSA?
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan/Makefile')
-rw-r--r-- | drivers/net/wan/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wan/Makefile b/drivers/net/wan/Makefile index 1cd42147b34f..901a094c061c 100644 --- a/drivers/net/wan/Makefile +++ b/drivers/net/wan/Makefile @@ -16,7 +16,6 @@ obj-$(CONFIG_HDLC_X25) += hdlc_x25.o obj-$(CONFIG_HOSTESS_SV11) += z85230.o hostess_sv11.o obj-$(CONFIG_SEALEVEL_4021) += z85230.o sealevel.o -obj-$(CONFIG_COSA) += cosa.o obj-$(CONFIG_FARSYNC) += farsync.o obj-$(CONFIG_LAPBETHER) += lapbether.o |