Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yue Haibing and committed by
Jakub Kicinski
2f0e807b c4a6b2da

-3
-3
include/net/p8022.h
··· 13 13 struct packet_type *pt, 14 14 struct net_device *orig_dev)); 15 15 void unregister_8022_client(struct datalink_proto *proto); 16 - 17 - struct datalink_proto *make_8023_client(void); 18 - void destroy_8023_client(struct datalink_proto *dl); 19 16 #endif