summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-omap-2.6.32
diff options
context:
space:
mode:
authorRobert Nelson <robert.nelson@digikey.com>2009-12-03 15:09:00 -0600
committerKoen Kooi <koen@openembedded.org>2009-12-04 09:26:03 +0100
commit8435956a8f5006238a7a41e5e9ea5d04c0731285 (patch)
tree3429f1359627536ad98e86dec579227c2266d8be /recipes/linux/linux-omap-2.6.32
parent9c7c5ce8882074b75d7942d9d82164cfd4fd49ef (diff)
linux-omap 2.6.32: mach to plat change for ehci-omap.c
drivers/usb/host/ehci-omap.c:40:22: error: mach/usb.h: No such file or directory
Diffstat (limited to 'recipes/linux/linux-omap-2.6.32')
-rw-r--r--recipes/linux/linux-omap-2.6.32/usb/ehci-omap.c-mach-to-plat.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-2.6.32/usb/ehci-omap.c-mach-to-plat.diff b/recipes/linux/linux-omap-2.6.32/usb/ehci-omap.c-mach-to-plat.diff
new file mode 100644
index 0000000000..faa1ae025c
--- /dev/null
+++ b/recipes/linux/linux-omap-2.6.32/usb/ehci-omap.c-mach-to-plat.diff
@@ -0,0 +1,12 @@
+--- a/drivers/usb/host/ehci-omap.c
++++ b/drivers/usb/host/ehci-omap.c
+@@ -37,7 +37,7 @@
+ #include <linux/platform_device.h>
+ #include <linux/clk.h>
+ #include <linux/gpio.h>
+-#include <mach/usb.h>
++#include <plat/usb.h>
+
+ /*
+ * OMAP USBHOST Register addresses: VIRTUAL ADDRESSES
+