The DVB_RTL2830 and DVB_RTL2832 driver are using the new regmap API since commit b410dae and d101658 which we did not backport. Deactivate this driver on affected kernel versions for now. In addition the DVB_USB_RTL28XXU driver has to be deactivated because it depends on these two modules. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- dependencies | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dependencies b/dependencies index c5d8084..eead0c5 100644 --- a/dependencies +++ b/dependencies @@ -29,6 +29,11 @@ VIDEO_MEM2MEM_DEINTERLACE 3.3 MEDIA_TUNER_E4000 3.4 DVB_USB_RTL28XXU 3.4 +# missing many members in struct regmap_config +DVB_USB_RTL28XXU 3.8 +DVB_RTL2830 3.8 +DVB_RTL2832 3.8 + # missing linux/gpio/consumer.h # consumer.h cannot be backported currently, as functions rely # on in-kernel functionality (GPIO_DEVRES), we can now backport -- 1.9.1 -- 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