Mailinglist Archive: opensuse-kernel (66 mails)

< Previous Next >
[opensuse-kernel] [PATCH] Fix compilation error for omap2plus due to missing include leading to error with unknown cpu_is_omap3430, omap_rev and OMAP3430_REV_ES2_1.
From: Guillaume GARDET <guillaume.gardet@xxxxxxxxx>

---
drivers/mfd/omap-usb-host.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c
index c8aae66..7e96bb2 100644
--- a/drivers/mfd/omap-usb-host.c
+++ b/drivers/mfd/omap-usb-host.c
@@ -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>

--
1.7.7

--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-kernel+owner@xxxxxxxxxxxx

< Previous Next >