appletalk: remove ipddp driver
authorArnd Bergmann <arnd@arndb.de>
Mon, 9 Oct 2023 14:10:28 +0000 (16:10 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Oct 2023 00:49:00 +0000 (17:49 -0700)
commit1dab47139e6118a420acec8426a860ea4b40c379
tree91beeffccf5307cd8b957cc2f2194f431905d68b
parentf0107b864f004bc6fa19bf6d5074b4a366f3e16a
appletalk: remove ipddp driver

After the cops driver is removed, ipddp is now the only
CONFIG_DEV_APPLETALK but as far as I can tell, this also has no users
and can be removed, making appletalk support purely based on ethertalk,
using ethernet hardware.

Link: https://lore.kernel.org/netdev/e490dd0c-a65d-4acf-89c6-c06cb48ec880@app.fastmail.com/
Link: https://lore.kernel.org/netdev/9cac4fbd-9557-b0b8-54fa-93f0290a6fb8@schmorgal.com/
Cc: Doug Brown <doug@schmorgal.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20231009141139.1766345-1-arnd@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/index.rst
Documentation/networking/ipddp.rst [deleted file]
MAINTAINERS
drivers/net/Makefile
drivers/net/appletalk/Kconfig [deleted file]
drivers/net/appletalk/Makefile [deleted file]
drivers/net/appletalk/ipddp.c [deleted file]
drivers/net/appletalk/ipddp.h [deleted file]
net/Kconfig
net/appletalk/Kconfig [new file with mode: 0644]