Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934488Ab1FWWvH (ORCPT ); Thu, 23 Jun 2011 18:51:07 -0400 Received: from swampdragon.chaosbits.net ([90.184.90.115]:24762 "EHLO swampdragon.chaosbits.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934457Ab1FWWvE (ORCPT ); Thu, 23 Jun 2011 18:51:04 -0400 Date: Fri, 24 Jun 2011 00:42:09 +0200 (CEST) From: Jesper Juhl To: LKML cc: trivial@kernel.org, Greg Kroah-Hartman , Vipin Mehta , "Luis R. Rodriguez" , Joe Perches , devel@driverdev.osuosl.org Subject: [PATCH 21/37] Remove unneeded version.h includes from drivers/staging/ath6kl/ In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2110 Lines: 63 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 --- .../staging/ath6kl/os/linux/include/config_linux.h | 2 -- .../ath6kl/os/linux/include/ieee80211_ioctl.h | 2 -- .../staging/ath6kl/os/linux/include/osapi_linux.h | 1 - 3 files changed, 0 insertions(+), 5 deletions(-) diff --git a/drivers/staging/ath6kl/os/linux/include/config_linux.h b/drivers/staging/ath6kl/os/linux/include/config_linux.h index d4030e2..dbbe1a0 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 769a480..e6e96de 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 07078b4..41f4373 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 -- 1.7.5.2 -- Jesper Juhl http://www.chaosbits.net/ Don't top-post http://www.catb.org/jargon/html/T/top-post.html Plain text mails only, please. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/