On Sat, 19 Jan 2013 14:33:07 -0200 Peter Senna Tschudin <peter.senna@xxxxxxxxx> wrote: > replace: > #if defined(CONFIG_VIDEOBUF2_VMALLOC) || \ > defined(CONFIG_VIDEOBUF2_VMALLOC_MODULE) > with: > #if IS_ENABLED(CONFIG_VIDEOBUF2_VMALLOC) > > This change was made for: CONFIG_VIDEOBUF2_VMALLOC, > CONFIG_VIDEOBUF2_DMA_CONTIG, CONFIG_VIDEOBUF2_DMA_SG That's something I'd meant to do to this driver for a while, thanks. Acked-by: Jonathan Corbet <corbet@xxxxxxx> jon -- 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