appletalk: Remove deadcode
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 30 Sep 2024 13:29:53 +0000 (14:29 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2024 11:42:32 +0000 (12:42 +0100)
commitb63c755cb65d43c8aba987c4f6b57c77c6f123f2
treef85d80c09b8afc4cffd7b8c973368cad6443f1e7
parent2ee73c54a615b74d2e7ee6f20844fd3ba63fc485
appletalk: Remove deadcode

alloc_ltalkdev in net/appletalk/dev.c is dead since
commit 00f3696f7555 ("net: appletalk: remove cops support")

Removing it (and it's helper) leaves dev.c and if_ltalk.h empty;
remove them and the Makefile entry.

tun.c was including that if_ltalk.h but actually wanted
the uapi version for LTALK_ALEN, fix up the path.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c
include/linux/if_ltalk.h [deleted file]
net/appletalk/Makefile
net/appletalk/dev.c [deleted file]