Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932124Ab1FUFLB (ORCPT ); Tue, 21 Jun 2011 01:11:01 -0400 Received: from chilli.pcug.org.au ([203.10.76.44]:52868 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752426Ab1FUFK5 (ORCPT ); Tue, 21 Jun 2011 01:10:57 -0400 Date: Tue, 21 Jun 2011 15:10:55 +1000 From: Stephen Rothwell To: Greg KH Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Vitaliy Ivanov , Jiri Kosina , David Miller , Subject: linux-next: manual merge of the staging tree with the trivial and net trees Message-Id: <20110621151055.0775f17a.sfr@canb.auug.org.au> X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.4; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1927 Lines: 64 Hi Greg, Today's linux-next merge of the staging tree got a conflict in drivers/staging/brcm80211/brcmfmac/wl_iw.c between commit e44ba033c565 ("treewide: remove duplicate includes") from the trivial tree, commit 219eb47e6f35 ("net/staging: add needed interrupt.h and hardirq.h includes") from the net tree and various commits from the staging tree. I fixed them up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc drivers/staging/brcm80211/brcmfmac/wl_iw.c index 53e6a10,9e4b087..0000000 --- a/drivers/staging/brcm80211/brcmfmac/wl_iw.c +++ b/drivers/staging/brcm80211/brcmfmac/wl_iw.c @@@ -16,21 -16,30 +16,30 @@@ #include #include - #include + #include #include +#include - #include - #include + #include + #include +#include - #include +#include + ++#include + + #include + #include + -#include -#include - #include #include - #include -#include + + struct si_pub; -#include -#include +typedef const struct si_pub si_t; + #define WPA_OUI "\x00\x50\xF2" + #define DOT11_MNG_RSN_ID 48 + #define DOT11_MNG_WPA_ID 221 + #define WL_ERROR(fmt, args...) printk(fmt, ##args) #define WL_TRACE(fmt, args...) no_printk(fmt, ##args) #define WL_INFORM(fmt, args...) no_printk(fmt, ##args) -- 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/