Message ID | 20210929063611.3326-1-liumh1@shanghaitech.edu.cn (mailing list archive) |
---|---|
State | Accepted |
Commit | 6f8b64f86e27702d6a5bc2b085a82eca225e7f4f |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [-next] net/dsa/tag_8021q.c: remove superfluous headers | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | success | Link |
netdev/fixes_present | success | Link |
netdev/patch_count | success | Link |
netdev/tree_selection | success | Guessed tree name to be net-next |
netdev/subject_prefix | warning | Target tree name not specified in the subject |
netdev/cc_maintainers | success | CCed 7 of 7 maintainers |
netdev/source_inline | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Link |
netdev/module_param | success | Was 0 now: 0 |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/verify_fixes | success | Link |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/header_inline | success | Link |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 29 Sep 2021 14:36:11 +0800 you wrote: > tag_8021q.c hasn't use any macro or function declared in linux/if_bridge.h. > Thus, these files can be removed from tag_8021q.c safely without > affecting the compilation of the ./net/dsa module > > Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn> > > > [...] Here is the summary with links: - [-next] net/dsa/tag_8021q.c: remove superfluous headers https://git.kernel.org/netdev/net-next/c/6f8b64f86e27 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/net/dsa/tag_8021q.c b/net/dsa/tag_8021q.c index f8f7b7c34..935d0264e 100644 --- a/net/dsa/tag_8021q.c +++ b/net/dsa/tag_8021q.c @@ -6,7 +6,6 @@ * dsa_8021q_netdev_ops is registered for API compliance and not used * directly by callers. */ -#include <linux/if_bridge.h> #include <linux/if_vlan.h> #include <linux/dsa/8021q.h>
tag_8021q.c hasn't use any macro or function declared in linux/if_bridge.h. Thus, these files can be removed from tag_8021q.c safely without affecting the compilation of the ./net/dsa module Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn> --- net/dsa/tag_8021q.c | 1 - 1 file changed, 1 deletion(-)