From: Mauro Carvalho Chehab Date: Mon, 25 Mar 2013 15:24:35 +0000 (-0300) Subject: [media] fix compilation with both V4L2 and I2C as 'm' X-Git-Tag: v3.9-rc5~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532ee00c4459086840eb35cc9c198bf580420aeb;p=pandora-kernel.git [media] fix compilation with both V4L2 and I2C as 'm' When config options are: CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2=m CONFIG_I2C=m Compilation breaks, as reported by: https://bugzilla.kernel.org/show_bug.cgi?id=55681 Before changeset 7b34be71db533f3e0cf93d53cf62d036cdb5418a, no compilation errors occurred. However, the I2C code there at v4l2-device was incorrectly disabled. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed