]> Git Repo - linux.git/commitdiff
net: datalink: Remove unused declarations
authorYueHaibing <[email protected]>
Wed, 26 Jul 2023 14:40:54 +0000 (22:40 +0800)
committerJakub Kicinski <[email protected]>
Fri, 28 Jul 2023 00:17:32 +0000 (17:17 -0700)
These declarations is not used after ipx protocol removed.

Signed-off-by: YueHaibing <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
include/net/datalink.h

index c837ffc7ebf8aa8444be724526d1dd89bfa4973a..6c529a40e00db6ecd9a31dc258777d03156c9666 100644 (file)
@@ -23,6 +23,4 @@ struct datalink_proto {
        struct list_head node;
 };
 
-struct datalink_proto *make_EII_client(void);
-void destroy_EII_client(struct datalink_proto *dl);
 #endif
This page took 0.061518 seconds and 4 git commands to generate.