From: Robert Nelson Date: Thu, 3 Dec 2009 21:09:00 +0000 (-0600) Subject: linux-omap 2.6.32: mach to plat change for ehci-omap.c X-Git-Tag: Release-2010-05/1~1488 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8435956a8f5006238a7a41e5e9ea5d04c0731285;p=openembedded.git 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 --- 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 + #include + #include +-#include ++#include + + /* + * OMAP USBHOST Register addresses: VIRTUAL ADDRESSES + diff --git a/recipes/linux/linux-omap_2.6.32.bb b/recipes/linux/linux-omap_2.6.32.bb index d9f2688732..8da10530c7 100644 --- a/recipes/linux/linux-omap_2.6.32.bb +++ b/recipes/linux/linux-omap_2.6.32.bb @@ -20,6 +20,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.g SRC_URI_append = " \ file://usb/ehci.patch;patch=1 \ +file://usb/ehci-omap.c-mach-to-plat.diff;patch=1 \ " SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \