From: Russ Dill Date: Sun, 22 Apr 2012 08:48:18 +0000 (-0700) Subject: mfd: Fix build breakage in omap-usb-host.c X-Git-Tag: v3.4-rc6~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13176a89e1c4a0011bd9f576730b0338ecb619ff;p=pandora-kernel.git mfd: Fix build breakage in omap-usb-host.c 'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue' removes the include for linux/gpio.h from omap-usb-host.c. This include indirectly includes plat/cpu.h which is required by omap-usb-host.c. Fix the build breakage by including it directly. Acked-by: Keshava Munegowda Acked-by: Kevin Hilman Tested-by: Arend van Spriel Signed-off-by: Russ Dill Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed