]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
Remove unneeded version.h includes from drivers/staging/ath6kl/
authorJesper Juhl <jj@chaosbits.net>
Thu, 23 Jun 2011 22:42:09 +0000 (00:42 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2011 20:14:49 +0000 (13:14 -0700)
It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/staging/ath6kl/.
This patch removes them.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ath6kl/os/linux/include/config_linux.h
drivers/staging/ath6kl/os/linux/include/ieee80211_ioctl.h
drivers/staging/ath6kl/os/linux/include/osapi_linux.h

index d4030e26b20c160c635f24134750fcaa6753b55b..dbbe1a00b92c29e545298555cf1387d6ae628fde 100644 (file)
@@ -28,8 +28,6 @@
 extern "C" {
 #endif
 
-#include <linux/version.h>
-
 /*
  * Host side Test Command support
  */
index 769a48014313f6d0c185bb21b61c4e37245d92be..e6e96de3fc6b29b9389f92b336d3e76e174bc0dd 100644 (file)
@@ -24,8 +24,6 @@
 #ifndef _IEEE80211_IOCTL_H_
 #define _IEEE80211_IOCTL_H_
 
-#include <linux/version.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
index 07078b49583f1c7098e1cc89b9a9abf46c119ffb..41f437307727427f43c9146181f132451d188829 100644 (file)
@@ -29,7 +29,6 @@
 
 #ifdef __KERNEL__
 
-#include <linux/version.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/string.h>