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 | f37c24d35f26d280631cd0e9d83fe44b04bfd3d5 (patch) | |
tree | a7fb7cf601b71a65539b3ba584f7a1da5a17ff58 /target/linux/omap24xx/patches-3.1/597-cbus-tahvo-usb-platform.patch | |
parent | ef6d7a7e334cde5f05cb4b23a65be6f243d78d26 (diff) | |
download | mtk-20170518-f37c24d35f26d280631cd0e9d83fe44b04bfd3d5.zip mtk-20170518-f37c24d35f26d280631cd0e9d83fe44b04bfd3d5.tar.gz mtk-20170518-f37c24d35f26d280631cd0e9d83fe44b04bfd3d5.tar.bz2 |
omap24xx: Fix n810 boot
SVN-Revision: 28683
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 36cef73..0650694 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> |