From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755207AbdC3FjW (ORCPT ); Thu, 30 Mar 2017 01:39:22 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:21821 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755084AbdC3FjU (ORCPT ); Thu, 30 Mar 2017 01:39:20 -0400 Subject: Re: linux-next: build failure after merge of the phy-next tree To: Stephen Rothwell References: <20170330144735.534101e7@canb.auug.org.au> CC: Linux-Next Mailing List , Linux Kernel Mailing List , Meng Dongyang From: Kishon Vijay Abraham I Message-ID: Date: Thu, 30 Mar 2017 11:09:11 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170330144735.534101e7@canb.auug.org.au> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thursday 30 March 2017 09:17 AM, Stephen Rothwell wrote: > Hi Kishon, > > After merging the phy-next tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/phy/phy-rockchip-inno-usb2.c:1148:3: error: unknown field 'phy_tuning' specified in initializer > .phy_tuning = rk3328_usb2phy_tuning, > ^ > drivers/phy/phy-rockchip-inno-usb2.c:1148:17: error: 'rk3328_usb2phy_tuning' undeclared here (not in a function) > .phy_tuning = rk3328_usb2phy_tuning, > ^ > > Caused by commit > > ffa0c278e89c ("phy: rockchip-inno-usb2: add support of u2phy for rk3328") > > I have used the phy-next tree from next-20170329 for today. Thanks for reporting this. Will fix it in my tree. -Kishon