diff options
| author | Dr. David Alan Gilbert <[email protected]> | 2024-09-30 14:29:53 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-10-04 12:42:32 +0100 |
| commit | b63c755cb65d43c8aba987c4f6b57c77c6f123f2 (patch) | |
| tree | f85d80c09b8afc4cffd7b8c973368cad6443f1e7 /include/linux | |
| parent | 2ee73c54a615b74d2e7ee6f20844fd3ba63fc485 (diff) | |
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 <[email protected]>
Reviewed-by: Willem de Bruijn <[email protected]>
Acked-by: Jason Wang <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/if_ltalk.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/if_ltalk.h b/include/linux/if_ltalk.h deleted file mode 100644 index 4cc1c0b77870..000000000000 --- a/include/linux/if_ltalk.h +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __LINUX_LTALK_H -#define __LINUX_LTALK_H - -#include <uapi/linux/if_ltalk.h> - -extern struct net_device *alloc_ltalkdev(int sizeof_priv); -#endif |