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/260-cbus-port.patch | |
parent | ef6d7a7e334cde5f05cb4b23a65be6f243d78d26 (diff) | |
download | upstream-f37c24d35f26d280631cd0e9d83fe44b04bfd3d5.tar.gz upstream-f37c24d35f26d280631cd0e9d83fe44b04bfd3d5.tar.bz2 upstream-f37c24d35f26d280631cd0e9d83fe44b04bfd3d5.zip |
omap24xx: Fix n810 boot
SVN-Revision: 28683
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/260-cbus-port.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/260-cbus-port.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/omap24xx/patches-3.1/260-cbus-port.patch b/target/linux/omap24xx/patches-3.1/260-cbus-port.patch deleted file mode 100644 index f5eb1790a5..0000000000 --- a/target/linux/omap24xx/patches-3.1/260-cbus-port.patch +++ /dev/null @@ -1,39 +0,0 @@ -Index: linux-3.1/drivers/cbus/cbus.c -=================================================================== ---- linux-3.1.orig/drivers/cbus/cbus.c 2011-10-30 00:48:42.989047642 +0200 -+++ linux-3.1/drivers/cbus/cbus.c 2011-10-30 00:48:46.413045272 +0200 -@@ -33,7 +33,7 @@ - #include <linux/spinlock.h> - #include <linux/gpio.h> - #include <linux/platform_device.h> --#include <linux/platform_data/cbus.h> -+#include <plat/cbus.h> - - #include "cbus.h" - -Index: linux-3.1/drivers/cbus/retu.c -=================================================================== ---- linux-3.1.orig/drivers/cbus/retu.c 2011-10-30 00:48:42.989047642 +0200 -+++ linux-3.1/drivers/cbus/retu.c 2011-10-30 00:48:46.413045272 +0200 -@@ -34,7 +34,7 @@ - #include <linux/irq.h> - #include <linux/interrupt.h> - #include <linux/platform_device.h> --#include <linux/platform_data/cbus.h> -+#include <plat/cbus.h> - - #include <asm/bitops.h> - -Index: linux-3.1/drivers/cbus/tahvo.c -=================================================================== ---- linux-3.1.orig/drivers/cbus/tahvo.c 2011-10-30 00:48:42.989047642 +0200 -+++ linux-3.1/drivers/cbus/tahvo.c 2011-10-30 00:48:46.413045272 +0200 -@@ -33,7 +33,7 @@ - #include <linux/irq.h> - #include <linux/interrupt.h> - #include <linux/platform_device.h> --#include <linux/platform_data/cbus.h> -+#include <plat/cbus.h> - #include <linux/mutex.h> - - #include "cbus.h" |