The drivers MEDIA_TUNER_FC2580 and MEDIA_TUNER_TUA9001 are using devm_regmap_init_i2c() which is only believable on kernel >= 3.3, add a dependency to the driver. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- dependencies | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dependencies b/dependencies index 8692497..ab3fef0 100644 --- a/dependencies +++ b/dependencies @@ -94,6 +94,8 @@ VIDEO_S5C73M3 3.6 VIDEO_LM3646 3.3 VIDEO_LM3560 3.3 MEDIA_TUNER_M88RS6000T 3.3 +MEDIA_TUNER_FC2580 3.3 +MEDIA_TUNER_TUA9001 3.3 # missing regmap_bulk_write() DVB_USB_AF9035 3.4 -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html