net: wan: remove support for COSA and SRP synchronous serial boards
authorJakub Kicinski <kuba@kernel.org>
Tue, 26 Apr 2022 17:54:34 +0000 (10:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Apr 2022 11:22:56 +0000 (12:22 +0100)
commit89fbca3307d40d5a48bc41919a543dc46298cf7a
treee9c2a451279adfd0d23f331ea27e2d5a00576440
parent052e1f01bfae8be6f31b61ed3a2356edfca855dc
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>
Documentation/admin-guide/devices.txt
MAINTAINERS
drivers/net/wan/Kconfig
drivers/net/wan/Makefile
drivers/net/wan/cosa.c [deleted file]
drivers/net/wan/cosa.h [deleted file]