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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=13176a89e1c4a0011bd9f576730b0338ecb619ff;p=linux.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 --- diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c index c8aae6640e64c..7e96bb2297244 100644 --- a/drivers/mfd/omap-usb-host.c +++ b/drivers/mfd/omap-usb-host.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include