From: Heikki Krogerus Date: Thu, 4 Dec 2014 06:24:43 +0000 (+0530) Subject: arm: omap3: twl: remove usb phy init data X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e1dadfb5b2d47aa513ad60b1c9cf0ea17b6514;p=pandora-kernel.git arm: omap3: twl: remove usb phy init data commit dbc98635e0d4 ("phy: remove the old lookup method") removes struct phy_consumer but twl-common.c still uses the "phy_consumer" structure resulting in the following compilation warning. arch/arm/mach-omap2/twl-common.c:94:21: error: array type has incomplete element type struct phy_consumer consumers[] = { Removed using phy_consumer since twl4030 uses the new lookup method. Signed-off-by: Heikki Krogerus Signed-off-by: Kishon Vijay Abraham I Reported-by: Stephen Rothwell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed