From: Arnd Bergmann Date: Mon, 20 Mar 2017 14:41:47 +0000 (+0000) Subject: staging/atomisp: add VIDEO_V4L2_SUBDEV_API dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=418eaad30eea3183f8a4338d1603877596f34b08;p=linux.git staging/atomisp: add VIDEO_V4L2_SUBDEV_API dependency The driver fails to build if this is disabled, so we need an explicit Kconfig dependency: drivers/staging/media/atomisp/pci/atomisp2/./atomisp_cmd.c:6085:48: error: 'struct v4l2_subdev_fh' has no member named 'pad' Fixes: a49d25364dfb ("staging/atomisp: Add support for the Intel IPU v2") Signed-off-by: Arnd Bergmann Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/media/atomisp/pci/Kconfig b/drivers/staging/media/atomisp/pci/Kconfig index e8f67835d03d5..a72421431c7a9 100644 --- a/drivers/staging/media/atomisp/pci/Kconfig +++ b/drivers/staging/media/atomisp/pci/Kconfig @@ -4,7 +4,7 @@ config VIDEO_ATOMISP tristate "Intel Atom Image Signal Processor Driver" - depends on VIDEO_V4L2 + depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API select VIDEOBUF_VMALLOC ---help--- Say Y here if your platform supports Intel Atom SoC