omap24xx: Add 3.1 patchset.
[openwrt.git] / target / linux / omap24xx / patches-3.1 / 260-cbus-port.patch
1 Index: linux-3.1-rc4/drivers/cbus/cbus.c
2 ===================================================================
3 --- linux-3.1-rc4.orig/drivers/cbus/cbus.c 2011-10-29 20:45:09.335547837 +0200
4 +++ linux-3.1-rc4/drivers/cbus/cbus.c 2011-10-29 20:47:55.399163717 +0200
5 @@ -33,7 +33,7 @@
6 #include <linux/spinlock.h>
7 #include <linux/gpio.h>
8 #include <linux/platform_device.h>
9 -#include <linux/platform_data/cbus.h>
10 +#include <plat/cbus.h>
11
12 #include "cbus.h"
13
14 Index: linux-3.1-rc4/drivers/cbus/retu.c
15 ===================================================================
16 --- linux-3.1-rc4.orig/drivers/cbus/retu.c 2011-10-29 20:47:55.395163726 +0200
17 +++ linux-3.1-rc4/drivers/cbus/retu.c 2011-10-29 20:48:32.463078350 +0200
18 @@ -34,7 +34,7 @@
19 #include <linux/irq.h>
20 #include <linux/interrupt.h>
21 #include <linux/platform_device.h>
22 -#include <linux/platform_data/cbus.h>
23 +#include <plat/cbus.h>
24
25 #include <asm/bitops.h>
26
27 Index: linux-3.1-rc4/drivers/cbus/tahvo.c
28 ===================================================================
29 --- linux-3.1-rc4.orig/drivers/cbus/tahvo.c 2011-10-29 20:47:55.383163754 +0200
30 +++ linux-3.1-rc4/drivers/cbus/tahvo.c 2011-10-29 20:49:01.375011851 +0200
31 @@ -33,7 +33,7 @@
32 #include <linux/irq.h>
33 #include <linux/interrupt.h>
34 #include <linux/platform_device.h>
35 -#include <linux/platform_data/cbus.h>
36 +#include <plat/cbus.h>
37 #include <linux/mutex.h>
38
39 #include "cbus.h"
This page took 0.06357 seconds and 5 git commands to generate.