From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757178Ab2IFJcI (ORCPT ); Thu, 6 Sep 2012 05:32:08 -0400 Received: from antcom.de ([188.40.178.216]:38428 "EHLO chuck.antcom.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754875Ab2IFJcG (ORCPT ); Thu, 6 Sep 2012 05:32:06 -0400 Message-ID: <50486D93.4090009@antcom.de> Date: Thu, 06 Sep 2012 11:32:03 +0200 From: Roland Stigge Organization: ANTCOM IT Research & Development User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: Stephen Rothwell CC: Olof Johansson , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Greg KH Subject: Re: linux-next: manual merge of the arm-soc tree with the usb tree References: <20120906154240.12f7e0c01686559dd43744fa@canb.auug.org.au> In-Reply-To: <20120906154240.12f7e0c01686559dd43744fa@canb.auug.org.au> X-Enigmail-Version: 1.4 OpenPGP: url=subkeys.pgp.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/06/2012 07:42 AM, Stephen Rothwell wrote: > Today's linux-next merge of the arm-soc tree got a conflict in > drivers/usb/host/Kconfig between commit 952230d774bb ("usb: ohci: > Fix Kconfig dependency on USB_ISP1301") from the usb tree and > commit d684f05f2d55 ("ARM: mach-pnx4008: Remove architecture") from > the arm-soc tree. > > I fixed it up (see below) and can carry the fix as necessary (no > action required). Thanks - this little conflict was expected when merging pnx4008 removal and the isp1301 deoendency fix. And the fixup is correct. Roland