aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep
diff options
context:
space:
mode:
authorRami Rosen <ramirose@gmail.com>2012-12-08 07:08:25 +0200
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2013-01-09 17:05:05 -0200
commitd6b67c6c0c54c1b18507c15cf1667a362959a0d3 (patch)
tree38013bdba5ead38c7fb431b2df9928bf54a4c3ac /net/bluetooth/bnep
parentmwifiex: use map/unmap APIs in TX and RX to reduce memcpy (diff)
downloadlinux-dev-d6b67c6c0c54c1b18507c15cf1667a362959a0d3.tar.xz
linux-dev-d6b67c6c0c54c1b18507c15cf1667a362959a0d3.zip
Bluetooth: Remove unnecessary include l2cap.h
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>
Diffstat (limited to 'net/bluetooth/bnep')
-rw-r--r--net/bluetooth/bnep/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/bnep/core.c b/net/bluetooth/bnep/core.c
index a5b639702637..e430b1abcd2f 100644
--- 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"