On Thu, Jul 16, 2015 at 06:20:55PM -0500, Adam Majer wrote: > When CONFIG_VIDEO_V4L2_SUBDEV_API is unset, some drivers fail to > compile as they use unavailable API. > > drivers/media/i2c/adv7511.c:968:3: error: implicit declaration of > function ‘v4l2_subdev_get_try_format’ > [-Werror=implicit-function-declaration] oops, maybe this is unnecessary. Seems I had CONFIG_COBALT set which was causing problems. warning: (VIDEO_COBALT) selects VIDEO_ADV7511 which has unmet direct dependencies (MEDIA_SUPPORT && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API) .... so please ignore. - Adam -- Adam Majer adamm@xxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html