aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/wireless.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-09-07 00:27:54 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-09-07 00:27:54 -0400
commitbbeec90b98a3066f6f2b8d41c80561f5665e4631 (patch)
tree9e7e1d62f5a4b1f0322c8f4bd7e6132aa761c8cc /include/linux/wireless.h
parent[PATCH] lvalues abuse in lance (diff)
downloadlinux-dev-bbeec90b98a3066f6f2b8d41c80561f5665e4631.tar.xz
linux-dev-bbeec90b98a3066f6f2b8d41c80561f5665e4631.zip
[wireless] build fixes after merging WE-19
Diffstat (limited to 'include/linux/wireless.h')
-rw-r--r--include/linux/wireless.h9
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 @@
/***************************** INCLUDES *****************************/
-/* Do not put any header in this file, this creates a mess when
- * exported to user space. Most users have included all the
- * relevant headers anyway... Jean II */
-/*#include <linux/types.h>*/ /* for "caddr_t" et al */
-/*#include <linux/socket.h>*/ /* for "struct sockaddr" et al */
-/*#include <linux/if.h>*/ /* for IFNAMSIZ and co... */
+#include <linux/types.h> /* for "caddr_t" et al */
+#include <linux/socket.h> /* for "struct sockaddr" et al */
+#include <linux/if.h> /* for IFNAMSIZ and co... */
/***************************** VERSION *****************************/
/*