Commit 817bee10 authored by Jesper Juhl's avatar Jesper Juhl Committed by Greg Kroah-Hartman
Browse files

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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b42a7b1b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@
extern "C" {
#endif

#include <linux/version.h>

/*
 * Host side Test Command support
 */
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@
#ifndef _IEEE80211_IOCTL_H_
#define _IEEE80211_IOCTL_H_

#include <linux/version.h>

#ifdef __cplusplus
extern "C" {
#endif
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@

#ifdef __KERNEL__

#include <linux/version.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>