]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cw1200: remove unused including <linux/version.h>
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 30 May 2013 11:43:13 +0000 (19:43 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 30 May 2013 18:45:25 +0000 (14:45 -0400)
Remove including <linux/version.h> that don't need it.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/cw1200/cw1200.h
drivers/net/wireless/cw1200/cw1200_sdio.c
drivers/net/wireless/cw1200/cw1200_spi.c

index 2aa17ca60ba87f43927ecaa4bc13026924295d21..e9424e635883ac81527d64ff446fb5a16238c5b6 100644 (file)
@@ -19,7 +19,6 @@
 #define CW1200_H
 
 #include <linux/wait.h>
-#include <linux/version.h>
 #include <linux/mutex.h>
 #include <linux/workqueue.h>
 #include <net/mac80211.h>
index 2059a31815f3560df8153731929a47bed5c76c31..863510d062fb73be6ebd91477e93f87b12503587 100644 (file)
@@ -9,7 +9,6 @@
  * published by the Free Software Foundation.
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/gpio.h>
 #include <linux/delay.h>
index feb541bb507cc739f622d7bc6c031266b4f49115..75adef0c0cfdc14df464e45dca5f67ffdd974f20 100644 (file)
@@ -13,7 +13,6 @@
  * published by the Free Software Foundation.
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/gpio.h>
 #include <linux/delay.h>