Hi John,
On Tue, May 01, 2012 at 02:33:21PM -0700, John Stultz wrote:I've been seeing the following compile issue for a few -rcs now:I pushed the fixed to my for-linus branch yesterday. I'll send a pull request
drivers/mfd/omap-usb-host.c: In function 'omap_usbhs_init':
drivers/mfd/omap-usb-host.c:524: error: implicit declaration of
function 'cpu_is_omap3430'
drivers/mfd/omap-usb-host.c:524: error: implicit declaration of
function 'omap_rev'
drivers/mfd/omap-usb-host.c:524: error: 'OMAP3430_REV_ES2_1'
undeclared (first use in this function)
drivers/mfd/omap-usb-host.c:524: error: (Each undeclared identifier
is reported only once
drivers/mfd/omap-usb-host.c:524: error: for each function it appears in.)
Reverting 1fcb57d0f6e1150003d222051aaaf4bc4a9ccc94 seems to resolve it.
This still isn't fixed in Linus' HEAD. Any plans here?
to Linus in time for rc6.