net: datalink: Remove unused declarations
authorYueHaibing <yuehaibing@huawei.com>
Wed, 26 Jul 2023 14:40:54 +0000 (22:40 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 Jul 2023 00:17:32 +0000 (17:17 -0700)
These declarations is not used after ipx protocol removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230726144054.28780-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/datalink.h

index c837ffc..6c529a4 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