summaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-3.1/260-cbus-port.patch
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-30 18:46:45 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-10-30 18:46:45 +0000
commitbcb479b3521303e754c6dcef673527eed447c34f (patch)
tree79f95e04d98488809a956a8f406d604ae931383c /target/linux/omap24xx/patches-3.1/260-cbus-port.patch
parentd3b6c9da0d0df29171b2d0225d3abc6ae291ca4d (diff)
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/260-cbus-port.patch')
-rw-r--r--target/linux/omap24xx/patches-3.1/260-cbus-port.patch39
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 f5eb1790a..000000000
--- 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"