Message ID | 20210825142459.226168-1-krzysztof.kozlowski@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ffb239e29518578c45f278fccd32db958ff59174 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [1/6] nfc: microread: remove unused header includes | expand |
Context | Check | Description |
---|---|---|
netdev/cover_letter | warning | Series does not have a cover letter |
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 | warning | 4 maintainers not CCed: nigel.l.christian@gmail.com linux@roeck-us.net uwe@kleine-koenig.org gregkh@linuxfoundation.org |
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: 3 this patch: 3 |
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, 14 lines checked |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 3 this patch: 3 |
netdev/header_inline | success | Link |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 25 Aug 2021 16:24:54 +0200 you wrote: > Do not include unnecessary headers. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > --- > drivers/nfc/microread/mei.c | 1 - > drivers/nfc/microread/microread.c | 1 - > 2 files changed, 2 deletions(-) Here is the summary with links: - [1/6] nfc: microread: remove unused header includes https://git.kernel.org/netdev/net-next/c/ffb239e29518 - [2/6] nfc: mrvl: remove unused header includes https://git.kernel.org/netdev/net-next/c/d8eb4eb0ef1d - [3/6] nfc: pn544: remove unused header includes https://git.kernel.org/netdev/net-next/c/9b3f66bc0eca - [4/6] nfc: st-nci: remove unused header includes https://git.kernel.org/netdev/net-next/c/2603ca872040 - [5/6] nfc: st21nfca: remove unused header includes https://git.kernel.org/netdev/net-next/c/994a63434133 - [6/6] nfc: st95hf: remove unused header includes https://git.kernel.org/netdev/net-next/c/7fe2f1bc15be You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/drivers/nfc/microread/mei.c b/drivers/nfc/microread/mei.c index 8fa7771085eb..8edf761a6b2a 100644 --- a/drivers/nfc/microread/mei.c +++ b/drivers/nfc/microread/mei.c @@ -10,7 +10,6 @@ #include <linux/module.h> #include <linux/mod_devicetable.h> #include <linux/nfc.h> -#include <net/nfc/hci.h> #include <net/nfc/llc.h> #include "../mei_phy.h" diff --git a/drivers/nfc/microread/microread.c b/drivers/nfc/microread/microread.c index 9d83ccebd434..bb4d029bb888 100644 --- a/drivers/nfc/microread/microread.c +++ b/drivers/nfc/microread/microread.c @@ -15,7 +15,6 @@ #include <linux/nfc.h> #include <net/nfc/nfc.h> #include <net/nfc/hci.h> -#include <net/nfc/llc.h> #include "microread.h"
Do not include unnecessary headers. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- drivers/nfc/microread/mei.c | 1 - drivers/nfc/microread/microread.c | 1 - 2 files changed, 2 deletions(-)