mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09:00
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 <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>
This commit is contained in:
parent
c4a6b2da4b
commit
2f0e807bc2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user