aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorHuang Weiyi <weiyi.huang@gmail.com>2008-10-17 23:53:07 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-22 12:56:31 -0400
commitec7c35b852e3f7d85e21093f4f5034f91f28ee8f (patch)
tree36e03668647649abfa97b5b2b1b4cb9265de5d84 /drivers/staging
parent5667f35aea044f1da14eb63777ea66d16a70ee48 (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/staging')
-rw-r--r--drivers/staging/wlan-ng/p80211wep.c1
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 @@
64/*================================================================*/ 64/*================================================================*/
65/* Project Includes */ 65/* Project Includes */
66 66
67#include "version.h"
68#include "p80211hdr.h" 67#include "p80211hdr.h"
69#include "p80211types.h" 68#include "p80211types.h"
70#include "p80211msg.h" 69#include "p80211msg.h"