Re: linux-next: build failure after merge of the phy-next tree
From: Kishon Vijay Abraham I
Date: Thu Mar 30 2017 - 01:40:04 EST
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