The driver VIDEO_ADP1653 now includes linux/gpio/consumer.h which is not available in kernel versions < 3.13. This patch makes the driver depend on kernel version >= 3.13. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- dependencies | 1 + 1 file changed, 1 insertion(+) diff --git a/dependencies b/dependencies index 65ffa01..e1bd663 100644 --- a/dependencies +++ b/dependencies @@ -55,6 +55,7 @@ DVB_SMIPCIE 3.8 # integration only and figure out a way to easily split that. # This does not seem like a good test desirable test case to # start that work with. +VIDEO_ADP1653 3.13 # missing devm_gpiod_get_optional() # this needs devm_gpiod_get_optional() with 3 arguments. -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html