From 00813d4dd976cc823fa089840ff2f4a10dd6cd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 2 Aug 2019 18:55:55 +0200 Subject: brcm2708: remove linux 4.14 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- ...2835-camera-Add-multiple-include-protecti.patch | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 target/linux/brcm2708/patches-4.14/950-0372-staging-bcm2835-camera-Add-multiple-include-protecti.patch (limited to 'target/linux/brcm2708/patches-4.14/950-0372-staging-bcm2835-camera-Add-multiple-include-protecti.patch') diff --git a/target/linux/brcm2708/patches-4.14/950-0372-staging-bcm2835-camera-Add-multiple-include-protecti.patch b/target/linux/brcm2708/patches-4.14/950-0372-staging-bcm2835-camera-Add-multiple-include-protecti.patch deleted file mode 100644 index b6d7667c86..0000000000 --- a/target/linux/brcm2708/patches-4.14/950-0372-staging-bcm2835-camera-Add-multiple-include-protecti.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 1ae2f10aaf05db61db9e58fa035c13eea2d5f0b6 Mon Sep 17 00:00:00 2001 -From: Dave Stevenson -Date: Thu, 10 May 2018 12:42:12 -0700 -Subject: [PATCH 372/454] staging: bcm2835-camera: Add multiple include - protection - -commit 514a6ab198c6b8bc78e681288a582972641e713a upstream. - -mmal-parameters.h didn't have the normal - -... - -protection to stop it being included multiple times. Add it. - -Signed-off-by: Dave Stevenson -Signed-off-by: Eric Anholt -Signed-off-by: Greg Kroah-Hartman ---- - .../staging/vc04_services/bcm2835-camera/mmal-parameters.h | 5 +++++ - 1 file changed, 5 insertions(+) - ---- a/drivers/staging/vc04_services/bcm2835-camera/mmal-parameters.h -+++ b/drivers/staging/vc04_services/bcm2835-camera/mmal-parameters.h -@@ -21,6 +21,9 @@ - * @{ - */ - -+#ifndef __MMAL_PARAMETERS_H -+#define __MMAL_PARAMETERS_H -+ - /** Common parameter ID group, used with many types of component. */ - #define MMAL_PARAMETER_GROUP_COMMON (0<<16) - /** Camera-specific parameter ID group. */ -@@ -685,3 +688,5 @@ struct mmal_parameter_camera_info_t { - struct mmal_parameter_camera_info_flash_t - flashes[MMAL_PARAMETER_CAMERA_INFO_MAX_FLASHES]; - }; -+ -+#endif -- cgit v1.2.3