diff mbox series

[net-next] net: 802: Remove unused function declarations

Message ID 20230803135424.41664-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 2f0e807bc2f105435be902997a385ebab86d1a7c
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: 802: Remove unused function 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: 1328 this patch: 1328
netdev/cc_maintainers success CCed 5 of 5 maintainers
netdev/build_clang success Errors and warnings before: 1351 this patch: 1351
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: 1351 this patch: 1351
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 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 Aug. 3, 2023, 1:54 p.m. UTC
Commit d8d9ba8dc9c7 ("net: 802: remove dead leftover after ipx driver removal")
remove these implementations but leave the declarations.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/net/p8022.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Simon Horman Aug. 3, 2023, 8:19 p.m. UTC | #1
On Thu, Aug 03, 2023 at 09:54:24PM +0800, Yue Haibing wrote:
> Commit d8d9ba8dc9c7 ("net: 802: remove dead leftover after ipx driver removal")
> remove these implementations but leave the declarations.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Aug. 4, 2023, 10:40 p.m. UTC | #2
Hello:

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

On Thu, 3 Aug 2023 21:54:24 +0800 you wrote:
> Commit d8d9ba8dc9c7 ("net: 802: remove dead leftover after ipx driver removal")
> remove these implementations but leave the declarations.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
> ---
>  include/net/p8022.h | 3 ---
>  1 file changed, 3 deletions(-)

Here is the summary with links:
  - [net-next] net: 802: Remove unused function declarations
    https://git.kernel.org/netdev/net-next/c/2f0e807bc2f1

You are awesome, thank you!
diff mbox series

Patch

diff --git a/include/net/p8022.h b/include/net/p8022.h
index b690ffcad66b..a29e224ac498 100644
--- a/include/net/p8022.h
+++ b/include/net/p8022.h
@@ -13,7 +13,4 @@  register_8022_client(unsigned char type,
 				 struct packet_type *pt,
 				 struct net_device *orig_dev));
 void unregister_8022_client(struct datalink_proto *proto);
-
-struct datalink_proto *make_8023_client(void);
-void destroy_8023_client(struct datalink_proto *dl);
 #endif