Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753875Ab2KMHVb (ORCPT ); Tue, 13 Nov 2012 02:21:31 -0500 Received: from mail-lb0-f174.google.com ([209.85.217.174]:57685 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752957Ab2KMHV2 (ORCPT ); Tue, 13 Nov 2012 02:21:28 -0500 MIME-Version: 1.0 In-Reply-To: <20121113151536.50d0292e8cb88b10686b576e@canb.auug.org.au> References: <20121113151536.50d0292e8cb88b10686b576e@canb.auug.org.au> Date: Tue, 13 Nov 2012 08:21:26 +0100 Message-ID: Subject: Re: linux-next: manual merge of the arm-soc tree with the net-next tree From: Joachim Eastwood To: Stephen Rothwell Cc: Olof Johansson , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Jean-Christophe PLAGNIOL-VILLARD , David Miller , netdev@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1467 Lines: 42 On 13 November 2012 05:15, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the arm-soc tree got a conflict in > drivers/net/ethernet/cadence/at91_ether.c between various commits from > the net-next tree and commit bcd2360c1ff9 ("arm: at91: move platfarm_data > to include/linux/platform_data/atmel.h") from the arm-soc tree. > > I fixed it up (I think - see below) and can carry the fix as necessary > (no action is required). > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > > diff --cc drivers/net/ethernet/cadence/at91_ether.c > index e7a476c,35fc6edb..0000000 > --- a/drivers/net/ethernet/cadence/at91_ether.c > +++ b/drivers/net/ethernet/cadence/at91_ether.c > @@@ -25,53 -31,728 +25,54 @@@ > #include > #include > #include > +#include > +#include > +#include > +#include > +#include > + #include The platform_data/atmel.h include shouldn't be necessary since the driver already includes platform_data/macb.h. Otherwise the fix up looks correct. regards Joachim Eastwood -- 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/