Linux wireless drivers development
 help / color / mirror / Atom feed
* wireless: remove duplicated #include
@ 2008-10-12  9:23 Huang Weiyi
  2008-10-12  9:48 ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Huang Weiyi @ 2008-10-12  9:23 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless

Removed duplicated include <linux/list.h> in 
net/wireless/core.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

diff --git a/net/wireless/core.c b/net/wireless/core.c
index 5cadbeb..24fdd4c 100644
--- a/net/wireless/core.c
+++ b/net/wireless/core.c
@@ -13,7 +13,6 @@
 #include <linux/debugfs.h>
 #include <linux/notifier.h>
 #include <linux/device.h>
-#include <linux/list.h>
 #include <net/genetlink.h>
 #include <net/cfg80211.h>
 #include <net/wireless.h>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-13  4:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-12  9:23 wireless: remove duplicated #include Huang Weiyi
2008-10-12  9:48 ` Johannes Berg
2008-10-13  4:03   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox