aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk/Makefile
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-05-09 08:01:30 -0700
committerDavid S. Miller <davem@davemloft.net>2022-05-11 13:08:38 +0100
commit03dcb90dbf62fd0bb6152bb59b1d70c8e4ad1c87 (patch)
tree3f95603769baee543ed943b283b19a5fd95da75f /drivers/net/appletalk/Makefile
parentMerge branch 'debug-net' (diff)
downloadlinux-dev-03dcb90dbf62fd0bb6152bb59b1d70c8e4ad1c87.tar.xz
linux-dev-03dcb90dbf62fd0bb6152bb59b1d70c8e4ad1c87.zip
net: appletalk: remove Apple/Farallon LocalTalk PC support
Looks like all the changes to this driver had been tree-wide refactoring since git era begun. The driver is using virt_to_bus() we should make it use more modern DMA APIs but since it's unlikely to be getting any use these days delete it instead. We can always revert to bring it back. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/appletalk/Makefile')
-rw-r--r--drivers/net/appletalk/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/appletalk/Makefile b/drivers/net/appletalk/Makefile
index 903da3303f41..6db2943ce5d6 100644
--- a/drivers/net/appletalk/Makefile
+++ b/drivers/net/appletalk/Makefile
@@ -5,4 +5,3 @@
obj-$(CONFIG_IPDDP) += ipddp.o
obj-$(CONFIG_COPS) += cops.o
-obj-$(CONFIG_LTPC) += ltpc.o