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 | |
parent | e345d5ef6d476cc236f64d90d9528143a70745c8 (diff) | |
download | op-kernel-dev-bbeec90b98a3066f6f2b8d41c80561f5665e4631.zip op-kernel-dev-bbeec90b98a3066f6f2b8d41c80561f5665e4631.tar.gz |
[wireless] build fixes after merging WE-19
Diffstat (limited to 'include')
-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 dab5afd..a555a0f 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 *****************************/ /* |