Re: [PATCH] appletalk: remove ipddp driver
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-10-09 19:27:26
Also in:
linux-doc, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2023-10-09 19:27:26
Also in:
linux-doc, lkml
On Mon, Oct 09, 2023 at 04:10:28PM +0200, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@arndb.de> 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/ (local) Link: https://lore.kernel.org/netdev/9cac4fbd-9557-b0b8-54fa-93f0290a6fb8@schmorgal.com/ (local) Cc: Doug Brown <redacted> Signed-off-by: Arnd Bergmann <arnd@arndb.de> ---
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>