diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-10-30 18:46:45 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-10-30 18:46:45 +0000 |
commit | 7c665bf99f6aa2072ef3330430dcbcae402f01dd (patch) | |
tree | 79f95e04d98488809a956a8f406d604ae931383c /target/linux/omap24xx/patches-3.1/597-cbus-tahvo-usb-platform.patch | |
parent | 2822ce35c6ebf471e1189a694e622f29b71281b8 (diff) | |
download | upstream-7c665bf99f6aa2072ef3330430dcbcae402f01dd.tar.gz upstream-7c665bf99f6aa2072ef3330430dcbcae402f01dd.tar.bz2 upstream-7c665bf99f6aa2072ef3330430dcbcae402f01dd.zip |
omap24xx: Fix n810 boot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28683 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/597-cbus-tahvo-usb-platform.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/597-cbus-tahvo-usb-platform.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/omap24xx/patches-3.1/597-cbus-tahvo-usb-platform.patch b/target/linux/omap24xx/patches-3.1/597-cbus-tahvo-usb-platform.patch index 36cef73d1a..06506941ba 100644 --- a/target/linux/omap24xx/patches-3.1/597-cbus-tahvo-usb-platform.patch +++ b/target/linux/omap24xx/patches-3.1/597-cbus-tahvo-usb-platform.patch @@ -1,10 +1,10 @@ Index: linux-3.1/arch/arm/mach-omap2/board-n8x0.c =================================================================== ---- linux-3.1.orig/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 00:48:51.565042059 +0200 -+++ linux-3.1/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 00:48:54.637039450 +0200 +--- linux-3.1.orig/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 19:32:29.896037143 +0100 ++++ linux-3.1/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 19:32:32.839982394 +0100 @@ -41,6 +41,7 @@ + #include <plat/mmc.h> #include <plat/serial.h> - #include <plat/cbus.h> #include <plat/gpio-switch.h> +#include <plat/usb.h> |