2013-12-14 04:43:36

by Wei Yongjun

[permalink] [raw]
Subject: [PATCH -next] Bluetooth: remove unused including <linux/version.h>

From: Wei Yongjun <[email protected]>

Remove including <linux/version.h> that don't need it.

Signed-off-by: Wei Yongjun <[email protected]>
---
net/bluetooth/6lowpan.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c
index ba840fe..18c48e1 100644
--- a/net/bluetooth/6lowpan.c
+++ b/net/bluetooth/6lowpan.c
@@ -11,7 +11,6 @@
GNU General Public License for more details.
*/

-#include <linux/version.h>
#include <linux/if_arp.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>


2013-12-14 09:42:44

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH -next] Bluetooth: remove unused including <linux/version.h>

Hi Wei,

> From: Wei Yongjun <[email protected]>
>
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: Wei Yongjun <[email protected]>
> ---
> net/bluetooth/6lowpan.c | 1 -
> 1 file changed, 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel