The following patch fixes this by removing the unconditional include, and only
keeping the conditional one.
diff -ruN -X../cludes linux-2.5.53-moo.orig/net/socket.c linux-2.5.53-moo/net/socket.c
--- linux-2.5.53-moo.orig/net/socket.c 2002-11-25 10:30:11.000000000 +0900
+++ linux-2.5.53-moo/net/socket.c 2002-12-26 11:43:49.000000000 +0900
@@ -75,7 +75,6 @@
#include <linux/cache.h>
#include <linux/module.h>
#include <linux/highmem.h>
-#include <linux/wireless.h>
#include <linux/divert.h>
#include <linux/mount.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/