While doing a make allmodconfig I noticed the following: CC [M] /dev/shm/backports-next/drivers/media/i2c/adv7604.o /dev/shm/backports-next/drivers/media/i2c/adv7604.c:31:33: fatal error: linux/gpio/consumer.h: No such file or directory linux/gpio/consumer.h cannot be backported currently, as functions rely on in-kernel functionality (GPIO_DEVRES). Bumping the minimum required kernel version for ADV7604 to 3.13 where the header got introduced. Signed-off-by: Stefan Assmann <sassmann@xxxxxxxxx> --- dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies b/dependencies index c38098c..119d5ca 100644 --- a/dependencies +++ b/dependencies @@ -101,7 +101,7 @@ VIDEO_RENESAS_VSP1 3.4 VIDEO_MEM2MEM_DEINTERLACE 3.3 MEDIA_TUNER_E4000 3.4 DVB_USB_RTL28XXU 3.4 -VIDEO_ADV7604 3.3 +VIDEO_ADV7604 3.13 BCMA_DRIVER_MIPS 3.3 SSB_DRIVER_MIPS 3.3 -- 1.9.3 -- 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