From: Jesper Juhl Date: Thu, 23 Jun 2011 22:42:09 +0000 (+0200) Subject: Remove unneeded version.h includes from drivers/staging/ath6kl/ X-Git-Tag: Ubuntu-goldfish-3.4.0-4.27~2313^2~544 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=817bee1068911679b90420d7cb688ef9c73b25bd;p=mirror_ubuntu-zesty-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ath6kl/os/linux/include/config_linux.h b/drivers/staging/ath6kl/os/linux/include/config_linux.h index d4030e26b20c..dbbe1a00b92c 100644 --- a/drivers/staging/ath6kl/os/linux/include/config_linux.h +++ b/drivers/staging/ath6kl/os/linux/include/config_linux.h @@ -28,8 +28,6 @@ extern "C" { #endif -#include - /* * Host side Test Command support */ diff --git a/drivers/staging/ath6kl/os/linux/include/ieee80211_ioctl.h b/drivers/staging/ath6kl/os/linux/include/ieee80211_ioctl.h index 769a48014313..e6e96de3fc6b 100644 --- a/drivers/staging/ath6kl/os/linux/include/ieee80211_ioctl.h +++ b/drivers/staging/ath6kl/os/linux/include/ieee80211_ioctl.h @@ -24,8 +24,6 @@ #ifndef _IEEE80211_IOCTL_H_ #define _IEEE80211_IOCTL_H_ -#include - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/staging/ath6kl/os/linux/include/osapi_linux.h b/drivers/staging/ath6kl/os/linux/include/osapi_linux.h index 07078b49583f..41f437307727 100644 --- a/drivers/staging/ath6kl/os/linux/include/osapi_linux.h +++ b/drivers/staging/ath6kl/os/linux/include/osapi_linux.h @@ -29,7 +29,6 @@ #ifdef __KERNEL__ -#include #include #include #include