aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYue Haibing <[email protected]>2023-08-03 21:54:24 +0800
committerJakub Kicinski <[email protected]>2023-08-04 15:33:50 -0700
commit2f0e807bc2f105435be902997a385ebab86d1a7c (patch)
treeb2f24bad0670a6399c009845761098b244899da6 /include
parentc4a6b2da4b59d4819e1d35446ca9363166388051 (diff)
net: 802: Remove unused function declarations
Commit d8d9ba8dc9c7 ("net: 802: remove dead leftover after ipx driver removal") remove these implementations but leave the declarations. Signed-off-by: Yue Haibing <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/net/p8022.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/p8022.h b/include/net/p8022.h
index b690ffcad66b..a29e224ac498 100644
--- a/include/net/p8022.h
+++ b/include/net/p8022.h
@@ -13,7 +13,4 @@ register_8022_client(unsigned char type,
struct packet_type *pt,
struct net_device *orig_dev));
void unregister_8022_client(struct datalink_proto *proto);
-
-struct datalink_proto *make_8023_client(void);
-void destroy_8023_client(struct datalink_proto *dl);
#endif