lkml.org 
[lkml]   [2002]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] Make net/socket.c only include <linux/wireless.h> once
Date
From
Currently it includes it twice, once unconditionally and once conditionally.
Removing the unconditional include doesn't seem to cause any problems, so
this patch does that.

diff -ruN -X../cludes ../orig/linux-2.5.50-uc0/net/socket.c net/socket.c
--- ../orig/linux-2.5.50-uc0/net/socket.c 2002-11-25 10:30:11.000000000 +0900
+++ net/socket.c 2002-11-28 14:35:39.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/
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.037 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site