[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080726204541.AF61.WEIYI.HUANG@gmail.com>
Date: Sat, 26 Jul 2008 20:56:09 +0800
From: Huang Weiyi <weiyi.huang@...il.com>
To: davem@...emloft.net, kuznet@....inr.ac.ru, jmorris@...ei.org,
kaber@...sh.net, yoshfuji@...ux-ipv6.org
Cc: netdev@...r.kernel.org
Subject: net/socket.c: removed duplicated include
Removed duplicated include <linux/thread_info.h> in
net/socket.c.
Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
diff --git a/net/socket.c b/net/socket.c
index 1310a82..76a87e7 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -69,7 +69,6 @@
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/mutex.h>
-#include <linux/thread_info.h>
#include <linux/wanrouter.h>
#include <linux/if_bridge.h>
#include <linux/if_frad.h>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists