From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: linux-next: build failure after merge of the usb tree Date: Wed, 3 Dec 2014 11:27:48 +0530 Message-ID: <547EA65C.2010605@ti.com> References: <20141201191923.6366f9b5@canb.auug.org.au> <20141202181230.GD11700@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:52030 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750860AbaLCF57 (ORCPT ); Wed, 3 Dec 2014 00:57:59 -0500 In-Reply-To: <20141202181230.GD11700@kroah.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Greg KH , Stephen Rothwell , Heikki Krogerus Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Greg, On Tuesday 02 December 2014 11:42 PM, Greg KH wrote: > On Mon, Dec 01, 2014 at 07:19:23PM +1100, Stephen Rothwell wrote: >> Hi Greg, >> >> After merging the usb tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: >> >> arch/arm/mach-omap2/twl-common.c:94:21: error: array type has incomplete element type >> struct phy_consumer consumers[] = { >> ^ >> >> Caused by commit dbc98635e0d4 ("phy: remove the old lookup method"). >> >> I have used the usb tree from next-20141128 for today. > > Ick, Heikki and Kishon, do you want me to just revert this patch? How > did you test it? I've resent the patch "arm: omap3: twl: remove usb phy init data" which is needed to get rid of this error. This patch was part of the original series sent by Heikki but I couldn't merge it since I didn't get Ack from tony since it touched arch/arm/mach-omap2/ file. And I clearly missed the build failure report from fengguang. Sorry. Thanks Kishon