backports: bump minimum kernel version for ADV7604 to 3.13
authorStefan Assmann <sassmann@kpanic.de>
Wed, 23 Jul 2014 08:38:02 +0000 (10:38 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 23 Jul 2014 19:33:29 +0000 (21:33 +0200)
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@kpanic.de>
[add comment with reason]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
dependencies

index c38098cfe5fb60709b67906151424a8eea6d68e4..e8ea6803b1b212fd0deb23277efdee5a5d78e997 100644 (file)
@@ -101,7 +101,8 @@ VIDEO_RENESAS_VSP1 3.4
 VIDEO_MEM2MEM_DEINTERLACE 3.3
 MEDIA_TUNER_E4000 3.4
 DVB_USB_RTL28XXU 3.4
-VIDEO_ADV7604 3.3
+# missing linux/gpio/consumer.h
+VIDEO_ADV7604 3.13
 
 BCMA_DRIVER_MIPS 3.3
 SSB_DRIVER_MIPS 3.3