net: 802: Remove unused function declarations
authorYue Haibing <yuehaibing@huawei.com>
Thu, 3 Aug 2023 13:54:24 +0000 (21:54 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 4 Aug 2023 22:33:50 +0000 (15:33 -0700)
Commit d8d9ba8dc9c7 ("net: 802: remove dead leftover after ipx driver removal")
remove these implementations but leave the declarations.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230803135424.41664-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/p8022.h

index b690ffcad66b7814628788cff92b6f6fa9a36b40..a29e224ac498a158a0453dffb49bd6f1ac82971f 100644 (file)
@@ -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