| summaryrefslogtreecommitdiff |
Side-by-side diff
| -rw-r--r-- | patches.fixes/omap-usb-host-include-plat-cpu-h | 23 | ||||
| -rw-r--r-- | series.conf | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/patches.fixes/omap-usb-host-include-plat-cpu-h b/patches.fixes/omap-usb-host-include-plat-cpu-h new file mode 100644 index 0000000..102f8bb --- a/dev/null +++ b/patches.fixes/omap-usb-host-include-plat-cpu-h @@ -0,0 +1,23 @@ +From: Jeff Mahoney <jeffm@suse.com> +Subject: omap-usb-host: include <plat/cpu.h> +Patch-mainline: Submitted 2 May 2012 + +omap-usb-host calls cpu_is_omap3430, which is defined in plat/cpu.h. + +Reported-by: Guillaume GARDET <guillaume.gardet@opensuse.org> +Signed-off-by: Jeff Mahoney <jeffm@suse.com> +--- + drivers/mfd/omap-usb-host.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/mfd/omap-usb-host.c ++++ b/drivers/mfd/omap-usb-host.c +@@ -26,6 +26,7 @@ + #include <linux/dma-mapping.h> + #include <linux/spinlock.h> + #include <plat/usb.h> ++#include <plat/cpu.h> + #include <linux/pm_runtime.h> + + #define USBHS_DRIVER_NAME "usbhs_omap" + diff --git a/series.conf b/series.conf index d61cc88..9987f47 100644 --- a/series.conf +++ b/series.conf @@ -152,6 +152,7 @@ # ARM ######################################################## patches.arch/arm-phys-offset.patch + patches.fixes/omap-usb-host-include-plat-cpu-h ######################################################## # S/390 |