diff mbox series

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

Message ID 20230726144054.28780-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 994650353cae9e10cca7fd61de79c911aa8ed287
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: datalink: Remove unused declarations | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 1348 this patch: 1348
netdev/cc_maintainers success CCed 5 of 5 maintainers
netdev/build_clang success Errors and warnings before: 1365 this patch: 1365
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 1371 this patch: 1371
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 6 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Yue Haibing July 26, 2023, 2:40 p.m. UTC
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(-)

Comments

Simon Horman July 27, 2023, 11:35 a.m. UTC | #1
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>
patchwork-bot+netdevbpf@kernel.org July 28, 2023, 12:50 a.m. UTC | #2
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!
diff mbox series

Patch

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