提交 4c394bb1 编写于 作者: R Russ Dill 提交者: Samuel Ortiz

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: NKeshava Munegowda <keshava_mgowda@ti.com>
Acked-by: NKevin Hilman <khilman@ti.com>
Signed-off-by: NRuss Dill <Russ.Dill@ti.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 12693f6c
......@@ -25,6 +25,7 @@
#include <linux/clk.h>
#include <linux/dma-mapping.h>
#include <linux/spinlock.h>
#include <plat/cpu.h>
#include <plat/usb.h>
#include <linux/pm_runtime.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册