From c65ec1aa8fbcbafdc568c4206286ca77f3234caf Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 27 Sep 2014 19:10:51 +0000 Subject: brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014 Update the 3.10 rasperry patches by rebasing raspberry/rpi-3.10-y against linux-stable/v3.10.49. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42678 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../0150-Cleanup-include-for-files-under-include-linux.patch | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm2708/patches-3.10/0150-Cleanup-include-for-files-under-include-linux.patch') diff --git a/target/linux/brcm2708/patches-3.10/0150-Cleanup-include-for-files-under-include-linux.patch b/target/linux/brcm2708/patches-3.10/0150-Cleanup-include-for-files-under-include-linux.patch index 499634af48..53c4a23109 100644 --- a/target/linux/brcm2708/patches-3.10/0150-Cleanup-include-for-files-under-include-linux.patch +++ b/target/linux/brcm2708/patches-3.10/0150-Cleanup-include-for-files-under-include-linux.patch @@ -1,7 +1,7 @@ -From d8088f3740de018fd6ae975f290db057194fe243 Mon Sep 17 00:00:00 2001 +From 6815e4637c297d0932c622084006b662401ba09b Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Fri, 3 Jan 2014 17:24:46 -0600 -Subject: [PATCH 150/174] Cleanup include for files under include/linux +Subject: [PATCH 150/196] Cleanup include for files under include/linux Adding include/linux/anything is bad form. This fixes this prior to other changes that touches this Makefile. @@ -10,6 +10,8 @@ other changes that touches this Makefile. drivers/char/broadcom/vc_cma/vc_cma.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) +diff --git a/drivers/char/broadcom/vc_cma/Makefile b/drivers/char/broadcom/vc_cma/Makefile +index ae71918..61682bf 100644 --- a/drivers/char/broadcom/vc_cma/Makefile +++ b/drivers/char/broadcom/vc_cma/Makefile @@ -1,6 +1,5 @@ @@ -19,6 +21,8 @@ other changes that touches this Makefile. EXTRA_CFLAGS += -I"drivers/misc/vc04_services" EXTRA_CFLAGS += -I"drivers/misc/vc04_services/interface/vchi" EXTRA_CFLAGS += -I"drivers/misc/vc04_services/interface/vchiq_arm" +diff --git a/drivers/char/broadcom/vc_cma/vc_cma.c b/drivers/char/broadcom/vc_cma/vc_cma.c +index fe80887..13485c1 100644 --- a/drivers/char/broadcom/vc_cma/vc_cma.c +++ b/drivers/char/broadcom/vc_cma/vc_cma.c @@ -46,7 +46,7 @@ @@ -30,3 +34,6 @@ other changes that touches this Makefile. #include "vchiq_util.h" #include "vchiq_connected.h" +-- +1.9.1 + -- cgit v1.2.3