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.5-rc1~51^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c394bb1683dbd110314ab37da7bfa6c9a77073d;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 Signed-off-by: Russ Dill Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed