diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-07 00:27:54 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-07 00:27:54 -0400 |
commit | bbeec90b98a3066f6f2b8d41c80561f5665e4631 (patch) | |
tree | 9e7e1d62f5a4b1f0322c8f4bd7e6132aa761c8cc /include/linux/wireless.h | |
parent | e345d5ef6d476cc236f64d90d9528143a70745c8 (diff) |
[wireless] build fixes after merging WE-19
Diffstat (limited to 'include/linux/wireless.h')
-rw-r--r-- | include/linux/wireless.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/wireless.h b/include/linux/wireless.h index dab5afdaf71c..a555a0f7a7b4 100644 --- a/include/linux/wireless.h +++ b/include/linux/wireless.h | |||
@@ -69,12 +69,9 @@ | |||
69 | 69 | ||
70 | /***************************** INCLUDES *****************************/ | 70 | /***************************** INCLUDES *****************************/ |
71 | 71 | ||
72 | /* Do not put any header in this file, this creates a mess when | 72 | #include <linux/types.h> /* for "caddr_t" et al */ |
73 | * exported to user space. Most users have included all the | 73 | #include <linux/socket.h> /* for "struct sockaddr" et al */ |
74 | * relevant headers anyway... Jean II */ | 74 | #include <linux/if.h> /* for IFNAMSIZ and co... */ |
75 | /*#include <linux/types.h>*/ /* for "caddr_t" et al */ | ||
76 | /*#include <linux/socket.h>*/ /* for "struct sockaddr" et al */ | ||
77 | /*#include <linux/if.h>*/ /* for IFNAMSIZ and co... */ | ||
78 | 75 | ||
79 | /***************************** VERSION *****************************/ | 76 | /***************************** VERSION *****************************/ |
80 | /* | 77 | /* |