aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-12-13 23:43:36 -0500
committerMarcel Holtmann <marcel@holtmann.org>2013-12-14 04:42:06 -0500
commit05c75e36710f74fc5a7618966b78818ec0d62567 (patch)
treefa4534ba72c8462113a7b454cd917afd96c8d66b
parent841a5ec72c028432f716670c4a7c2e1b70ee1341 (diff)
Bluetooth: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-rw-r--r--net/bluetooth/6lowpan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c
index 37239db31182..5d3bfd8449b0 100644
--- a/net/bluetooth/6lowpan.c
+++ b/net/bluetooth/6lowpan.c
@@ -11,7 +11,6 @@
11 GNU General Public License for more details. 11 GNU General Public License for more details.
12*/ 12*/
13 13
14#include <linux/version.h>
15#include <linux/if_arp.h> 14#include <linux/if_arp.h>
16#include <linux/netdevice.h> 15#include <linux/netdevice.h>
17#include <linux/etherdevice.h> 16#include <linux/etherdevice.h>