diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-04-26 19:54:36 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-04-27 13:22:56 +0200 |
commit | 865e2eb08f51820bdefa37a80abe771b5979d440 (patch) | |
tree | 8701faed134b85c39f624c64102fbe598b3cdeec /drivers/net/hamradio/Makefile | |
parent | net: wan: remove support for Z85230-based devices (diff) | |
download | linux-865e2eb08f51820bdefa37a80abe771b5979d440.tar.xz linux-865e2eb08f51820bdefa37a80abe771b5979d440.zip |
net: hamradio: remove support for DMA SCC devices
Another incarnation of Z8530, looks like? Again, no real changes
in the git history, and it needs VIRT_TO_BUS. Unlikely to have
users, let's spend less time refactoring dead code...
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hamradio/Makefile')
-rw-r--r-- | drivers/net/hamradio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/hamradio/Makefile b/drivers/net/hamradio/Makefile index 7a1518d763e3..25fc400369ba 100644 --- a/drivers/net/hamradio/Makefile +++ b/drivers/net/hamradio/Makefile @@ -11,7 +11,6 @@ # Christoph Hellwig <hch@infradead.org> # -obj-$(CONFIG_DMASCC) += dmascc.o obj-$(CONFIG_SCC) += scc.o obj-$(CONFIG_MKISS) += mkiss.o obj-$(CONFIG_6PACK) += 6pack.o |