projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f767a
)
Bluetooth: Remove unnecessary include l2cap.h
author
Rami Rosen
<ramirose@gmail.com>
Sat, 8 Dec 2012 05:08:25 +0000
(07:08 +0200)
committer
Gustavo Padovan
<gustavo.padovan@collabora.co.uk>
Wed, 9 Jan 2013 19:05:05 +0000
(17:05 -0200)
This patch removes unnecessary include of <net/bluetooth/l2cap.h>
in bluetooth/bnep/core.c.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/bnep/core.c
patch
|
blob
|
blame
|
history
diff --git
a/net/bluetooth/bnep/core.c
b/net/bluetooth/bnep/core.c
index a5b639702637404d5c1955b36163a3c459fe174c..e430b1abcd2fabf102d15cd4f99399c983fcf9f2 100644
(file)
--- a/
net/bluetooth/bnep/core.c
+++ b/
net/bluetooth/bnep/core.c
@@
-33,7
+33,6
@@
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
-#include <net/bluetooth/l2cap.h>
#include "bnep.h"