2012-12-08 05:08:25

by Rami Rosen

[permalink] [raw]
Subject: [PATCH ] 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 <[email protected]>
---
net/bluetooth/bnep/core.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/bluetooth/bnep/core.c b/net/bluetooth/bnep/core.c
index a5b6397..e430b1a 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"

--
1.7.11.7


2012-12-11 22:26:03

by Gustavo Padovan

[permalink] [raw]
Subject: Re: [PATCH ] Bluetooth: Remove unnecessary include l2cap.h.

Hi Rami,

* Rami Rosen <[email protected]> [2012-12-08 07:08:25 +0200]:

> This patch removes unnecessary include of <net/bluetooth/l2cap.h>
> in bluetooth/bnep/core.c.
>
> Signed-off-by: Rami Rosen <[email protected]>
> ---
> net/bluetooth/bnep/core.c | 1 -
> 1 file changed, 1 deletion(-)

Patch has been applied to bluetooth-next. Thanks.

Gustavo