diff options
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 dab5afdaf71..a555a0f7a7b 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 *****************************/ /* |