[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+r1ZhhpZtMV6qt=E__UT+6jgbsAnhso58+wmrrwrU5FRNZp=Q@mail.gmail.com>
Date: Tue, 13 May 2014 06:46:05 -0700
From: Jim Davis <jim.epost@...il.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next <linux-next@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
balbi <balbi@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Grant Likely <grant.likely@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
linux-usb <linux-usb@...r.kernel.org>
Subject: randconfig build error with next-20140513, in drivers/usb/phy/phy-msm-usb.c
Building with the attached random configuration file,
drivers/usb/phy/phy-msm-usb.c: In function ‘msm_otg_read_dt’:
drivers/usb/phy/phy-msm-usb.c:1461:2: error: implicit declaration of
function ‘devm_reset_control_get’
[-Werror=implicit-function-declaration]
motg->link_rst = devm_reset_control_get(&pdev->dev, "link");
^
drivers/usb/phy/phy-msm-usb.c:1461:17: warning: assignment makes
pointer from integer without a cast [enabled by default]
motg->link_rst = devm_reset_control_get(&pdev->dev, "link");
^
drivers/usb/phy/phy-msm-usb.c:1465:16: warning: assignment makes
pointer from integer without a cast [enabled by default]
motg->phy_rst = devm_reset_control_get(&pdev->dev, "phy");
^
cc1: some warnings being treated as errors
make[3]: *** [drivers/usb/phy/phy-msm-usb.o] Error 1
View attachment "randconfig-1399983834.txt" of type "text/plain" (62378 bytes)
Powered by blists - more mailing lists