[PATCH net-next] net: datalink: Remove unused declarations

YueHaibing posted 1 patch 2 years, 1 month ago
include/net/datalink.h | 2 --
1 file changed, 2 deletions(-)
[PATCH net-next] net: datalink: Remove unused declarations
Posted by YueHaibing 2 years, 1 month ago
These declarations is not used after ipx protocol removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 include/net/datalink.h | 2 --
 1 file changed, 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
-- 
2.34.1
Re: [PATCH net-next] net: datalink: Remove unused declarations
Posted by patchwork-bot+netdevbpf@kernel.org 2 years, 1 month ago
Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 26 Jul 2023 22:40:54 +0800 you wrote:
> These declarations is not used after ipx protocol removed.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  include/net/datalink.h | 2 --
>  1 file changed, 2 deletions(-)

Here is the summary with links:
  - [net-next] net: datalink: Remove unused declarations
    https://git.kernel.org/netdev/net-next/c/994650353cae

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next] net: datalink: Remove unused declarations
Posted by Simon Horman 2 years, 1 month ago
On Wed, Jul 26, 2023 at 10:40:54PM +0800, YueHaibing wrote:
> These declarations is not used after ipx protocol removed.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Reviewed-by: Simon Horman <simon.horman@corigine.com>