All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ./drivers/bluetooth/ath3k.c: remove superfluous header files from ath3k.c
@ 2021-09-28 19:47 Mianhan Liu
  2021-09-28 21:07 ` [-next] " bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mianhan Liu @ 2021-09-28 19:47 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz
  Cc: linux-bluetooth, linux-kernel, Mianhan Liu

ath3k.c hasn't use any macro or function declared in linux/device.h.
Thus, these files can be removed from ath3k.c safely without
affecting the compilation of the ./drivers/bluetooth module

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

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

diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index 759d78289..88262d3a9 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -10,7 +10,6 @@
 #include <linux/slab.h>
 #include <linux/types.h>
 #include <linux/errno.h>
-#include <linux/device.h>
 #include <linux/firmware.h>
 #include <linux/usb.h>
 #include <asm/unaligned.h>
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [-next] ./drivers/bluetooth/ath3k.c: remove superfluous header files from ath3k.c
  2021-09-28 19:47 [PATCH -next] ./drivers/bluetooth/ath3k.c: remove superfluous header files from ath3k.c Mianhan Liu
@ 2021-09-28 21:07 ` bluez.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2021-09-28 21:07 UTC (permalink / raw)
  To: linux-bluetooth, liumh1

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

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=554487

---Test result---

Test Summary:
CheckPatch                    PASS      1.59 seconds
GitLint                       FAIL      1.01 seconds
BuildKernel                   PASS      754.10 seconds
TestRunner: Setup             PASS      543.13 seconds
TestRunner: l2cap-tester      PASS      11.90 seconds
TestRunner: bnep-tester       PASS      6.30 seconds
TestRunner: mgmt-tester       PASS      98.46 seconds
TestRunner: rfcomm-tester     PASS      7.82 seconds
TestRunner: sco-tester        PASS      8.15 seconds
TestRunner: smp-tester        PASS      7.95 seconds
TestRunner: userchan-tester   PASS      6.50 seconds

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




---
Regards,
Linux Bluetooth


[-- Attachment #2: l2cap-tester.log --]
[-- Type: application/octet-stream, Size: 51539 bytes --]

[-- Attachment #3: bnep-tester.log --]
[-- Type: application/octet-stream, Size: 3906 bytes --]

[-- Attachment #4: mgmt-tester.log --]
[-- Type: application/octet-stream, Size: 626719 bytes --]

[-- Attachment #5: rfcomm-tester.log --]
[-- Type: application/octet-stream, Size: 14762 bytes --]

[-- Attachment #6: sco-tester.log --]
[-- Type: application/octet-stream, Size: 13924 bytes --]

[-- Attachment #7: smp-tester.log --]
[-- Type: application/octet-stream, Size: 11830 bytes --]

[-- Attachment #8: userchan-tester.log --]
[-- Type: application/octet-stream, Size: 7740 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-28 21:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 19:47 [PATCH -next] ./drivers/bluetooth/ath3k.c: remove superfluous header files from ath3k.c Mianhan Liu
2021-09-28 21:07 ` [-next] " bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.