Skip to content

Commit

Permalink
Remove unneeded version.h includes from drivers/staging/ath6kl/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent b42a7b1 commit 817bee1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/ath6kl/os/linux/include/config_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
extern "C" {
#endif

#include <linux/version.h>

/*
* Host side Test Command support
*/
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/ath6kl/os/linux/include/ieee80211_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#ifndef _IEEE80211_IOCTL_H_
#define _IEEE80211_IOCTL_H_

#include <linux/version.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/ath6kl/os/linux/include/osapi_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#ifdef __KERNEL__

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

0 comments on commit 817bee1

Please sign in to comment.