[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1102062249180.13593@swampdragon.chaosbits.net>
Date: Sun, 6 Feb 2011 22:52:17 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: devel@...verdev.osuosl.org
cc: linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
Jason Cooper <jason@...edaemon.net>,
Greg Kroah-Hartman <gregkh@...e.de>,
Arend van Spriel <arend@...adcom.com>,
Roland Vossen <rvossen@...adcom.com>,
Dowan Kim <dowan@...adcom.com>,
Henry Ptasinski <henryp@...adcom.com>,
Brett Rudley <brudley@...adcom.com>, trivial@...nel.org
Subject: [PATCH][trivial] Remove duplicate inclusion of wlc_event.h in
drivers/staging/brcm80211/sys/wlc_mac80211.c
We include wlc_event.h twice in
drivers/staging/brcm80211/sys/wlc_mac80211.c
Once is enough.
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
wlc_mac80211.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/brcm80211/sys/wlc_mac80211.c b/drivers/staging/brcm80211/sys/wlc_mac80211.c
index a130386..0a46d44 100644
--- a/drivers/staging/brcm80211/sys/wlc_mac80211.c
+++ b/drivers/staging/brcm80211/sys/wlc_mac80211.c
@@ -47,7 +47,6 @@
#include <wlc_antsel.h>
#include <wlc_stf.h>
#include <wlc_ampdu.h>
-#include <wlc_event.h>
#include <wl_export.h>
#include "d11ucode_ext.h"
#include <wlc_alloc.h>
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Plain text mails only, please.
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists