tree: git://linuxtv.org/media_tree.git master head: 488046c237f3b78f91046d45662b318cd2415f64 commit: 0dd0e92836cc6469e62600f981c289752ac42ac9 [496/499] [media] rc-core: remove protocol arrays config: make ARCH=arm allmodconfig Note: the linuxtv-media/master HEAD 488046c237f3b78f91046d45662b318cd2415f64 builds fine. It only hurts bisectibility. All error/warnings: drivers/media/rc/st_rc.c: In function 'st_rc_probe': >> drivers/media/rc/st_rc.c:290:6: error: 'struct rc_dev' has no member named 'allowed_protos' rdev->allowed_protos = RC_BIT_ALL; ^ -- drivers/media/rc/sunxi-cir.c: In function 'sunxi_ir_probe': >> drivers/media/rc/sunxi-cir.c:213:2: error: called object is not a function or function pointer ir->rc->allowed_protocols(ir->rc, RC_BIT_ALL); ^ vim +290 drivers/media/rc/st_rc.c 284 285 rc_dev->dev = dev; 286 platform_set_drvdata(pdev, rc_dev); 287 st_rc_hardware_init(rc_dev); 288 289 rdev->driver_type = RC_DRIVER_IR_RAW; > 290 rdev->allowed_protos = RC_BIT_ALL; 291 /* rx sampling rate is 10Mhz */ 292 rdev->rx_resolution = 100; 293 rdev->timeout = US_TO_NS(MAX_SYMB_TIME); --- 0-DAY kernel build testing backend Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation -- 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