Remove unneeded version.h includes from drivers/staging/ath6kl/

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>
This commit is contained in:
Jesper Juhl 2011-06-24 00:42:09 +02:00 committed by Greg Kroah-Hartman
parent b42a7b1bc7
commit 817bee1068
3 changed files with 0 additions and 5 deletions

View File

@ -28,8 +28,6 @@
extern "C" { extern "C" {
#endif #endif
#include <linux/version.h>
/* /*
* Host side Test Command support * Host side Test Command support
*/ */

View File

@ -24,8 +24,6 @@
#ifndef _IEEE80211_IOCTL_H_ #ifndef _IEEE80211_IOCTL_H_
#define _IEEE80211_IOCTL_H_ #define _IEEE80211_IOCTL_H_
#include <linux/version.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@ -29,7 +29,6 @@
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <linux/version.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/string.h> #include <linux/string.h>