diff mbox series

[-next] ./drivers/bluetooth/bcm203x.c: remove superfluous header files from bcm203x.c

Message ID 20210928195108.17405-1-liumh1@shanghaitech.edu.cn (mailing list archive)
State New, archived
Headers show
Series [-next] ./drivers/bluetooth/bcm203x.c: remove superfluous header files from bcm203x.c | expand

Checks

Context Check Description
tedd_an/checkpatch success Checkpatch PASS
tedd_an/gitlint fail [-next] ./drivers/bluetooth/bcm203x.c: remove superfluous header files from bcm203x.c 1: T1 Title exceeds max length (85>80): "[-next] ./drivers/bluetooth/bcm203x.c: remove superfluous header files from bcm203x.c"
tedd_an/buildkernel success Build Kernel PASS
tedd_an/testrunnersetup success Test Runner Setup PASS
tedd_an/testrunnerl2cap-tester success Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnerbnep-tester success Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnermgmt-tester success Total: 452, Passed: 452 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnerrfcomm-tester success Total: 9, Passed: 9 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnersco-tester success Total: 12, Passed: 12 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunnersmp-tester success Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0
tedd_an/testrunneruserchan-tester success Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0

Commit Message

Mianhan Liu Sept. 28, 2021, 7:51 p.m. UTC
bcm203x.c hasn't use any macro or function declared in linux/atomic.h.
Thus, these files can be removed from bcm203x.c safely without
affecting the compilation of the ./drivers/bluetooth module

Signed-off-by: Mianhan Liu <liumh1@shanghaitech.edu.cn>

---
 drivers/bluetooth/bcm203x.c | 1 -
 1 file changed, 1 deletion(-)

Comments

bluez.test.bot@gmail.com Sept. 28, 2021, 9:07 p.m. UTC | #1
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=554497

---Test result---

Test Summary:
CheckPatch                    PASS      0.65 seconds
GitLint                       FAIL      0.31 seconds
BuildKernel                   PASS      747.39 seconds
TestRunner: Setup             PASS      542.73 seconds
TestRunner: l2cap-tester      PASS      11.55 seconds
TestRunner: bnep-tester       PASS      5.86 seconds
TestRunner: mgmt-tester       PASS      96.98 seconds
TestRunner: rfcomm-tester     PASS      7.57 seconds
TestRunner: sco-tester        PASS      7.92 seconds
TestRunner: smp-tester        PASS      7.72 seconds
TestRunner: userchan-tester   PASS      6.30 seconds

Details
##############################
Test: GitLint - FAIL - 0.31 seconds
Run gitlint with rule in .gitlint
[-next] ./drivers/bluetooth/bcm203x.c: remove superfluous header files from bcm203x.c
1: T1 Title exceeds max length (85>80): "[-next] ./drivers/bluetooth/bcm203x.c: remove superfluous header files from bcm203x.c"




---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/drivers/bluetooth/bcm203x.c b/drivers/bluetooth/bcm203x.c
index e667933c3..c738ad040 100644
--- a/drivers/bluetooth/bcm203x.c
+++ b/drivers/bluetooth/bcm203x.c
@@ -9,7 +9,6 @@ 
 
 #include <linux/module.h>
 
-#include <linux/atomic.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/slab.h>