diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-10-18 11:53:07 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-22 09:56:31 -0700 |
commit | ec7c35b852e3f7d85e21093f4f5034f91f28ee8f (patch) | |
tree | 36e03668647649abfa97b5b2b1b4cb9265de5d84 /drivers | |
parent | 5667f35aea044f1da14eb63777ea66d16a70ee48 (diff) |
staging: wlan-ng: prism2: remove more duplicated #include
Removed duplicated #include "version.h" in
drivers/staging/wlan-ng/p80211wep.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/wlan-ng/p80211wep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/p80211wep.c b/drivers/staging/wlan-ng/p80211wep.c index 53fe2985971..11a50c7fbfc 100644 --- a/drivers/staging/wlan-ng/p80211wep.c +++ b/drivers/staging/wlan-ng/p80211wep.c @@ -64,7 +64,6 @@ /*================================================================*/ /* Project Includes */ -#include "version.h" #include "p80211hdr.h" #include "p80211types.h" #include "p80211msg.h" |