Skip to content

Commit

Permalink
net: 802: Remove unused function declarations
Browse files Browse the repository at this point in the history
Commit d8d9ba8 ("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>
  • Loading branch information
Yue Haibing authored and Jakub Kicinski committed Aug 4, 2023
1 parent c4a6b2d commit 2f0e807
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/net/p8022.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f0e807

Please sign in to comment.