Re: [PATCH] build: Disabled VIDEO_IPU3_CIO2 for Kernels older than 3.18.17

2018-01-14 Thread Jasmin J.
Hi!

With that it compiles again for Kernel 3.13.

Please note, that
  https://patchwork.linuxtv.org/patch/46464/
needs to be applied to compile for Kernels older 4.10.

BR,
   Jasmin


[PATCH] build: Disabled VIDEO_IPU3_CIO2 for Kernels older than 3.18.17

2018-01-14 Thread Jasmin J.
From: Jasmin Jessich 

The driver requires linux/property.h, which is available since Kernel
3.18.17 only.

Signed-off-by: Jasmin Jessich 
---
 v4l/versions.txt | 4 
 1 file changed, 4 insertions(+)

diff --git a/v4l/versions.txt b/v4l/versions.txt
index 945e1c3..bf19bb1 100644
--- a/v4l/versions.txt
+++ b/v4l/versions.txt
@@ -55,6 +55,10 @@ MEDIA_CEC_SUPPORT
 # needs fwnode_property_read_u32
 SDR_MAX2175
 
+[3.18.17]
+# requires linux/property.h
+VIDEO_IPU3_CIO2
+
 [3.18.0]
 # needs LED brightness support
 V4L2_FLASH_LED_CLASS
-- 
2.7.4