diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-10 11:08:51 +0100 |
| commit | a79d5a546392cad57bb8855f88d4617caa852d27 (patch) | |
| tree | 28a5b26bf27ff1e594e13e6eb5aa76891f8f8aab /recipes/linux/linux-omap-2.6.32/usb/ehci-omap.c-mach-to-plat.diff | |
| parent | 09a85ada712374f567b276067805c19b091a518a (diff) | |
| parent | 6e0172f360053c39bfad106592fbb55509167103 (diff) | |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux-omap-2.6.32/usb/ehci-omap.c-mach-to-plat.diff')
| -rw-r--r-- | recipes/linux/linux-omap-2.6.32/usb/ehci-omap.c-mach-to-plat.diff | 12 |
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 + |
