diff options
author | YueHaibing <yuehaibing@huawei.com> | 2023-07-26 22:40:54 +0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-07-27 17:17:32 -0700 |
commit | 994650353cae9e10cca7fd61de79c911aa8ed287 (patch) | |
tree | 2c12c585e54bbb36c992583e419e53c16657d692 /include/net/datalink.h | |
parent | d0358c1a37db4c46b9a1cd6c1b36e5a24ff970f9 (diff) | |
download | linux-994650353cae9e10cca7fd61de79c911aa8ed287.tar.gz linux-994650353cae9e10cca7fd61de79c911aa8ed287.tar.bz2 linux-994650353cae9e10cca7fd61de79c911aa8ed287.zip |
net: datalink: Remove unused declarations
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>
Diffstat (limited to 'include/net/datalink.h')
-rw-r--r-- | include/net/datalink.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/datalink.h b/include/net/datalink.h index c837ffc7ebf8..6c529a40e00d 100644 --- a/include/net/datalink.h +++ b/include/net/datalink.h @@ -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 |