tree: git://linuxtv.org/media_tree.git devel-3.17-rc6 head: 49310ed0ab8da344dece4a543bfcdd14490ccfa0 commit: a84fcdaa905862b09482544d190c94a8436e4334 [489/499] [media] rc: Introduce hix5hd2 IR transmitter driver config: m68k-allmodconfig reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout a84fcdaa905862b09482544d190c94a8436e4334 make.cross ARCH=m68k allmodconfig make.cross ARCH=m68k All error/warnings: drivers/media/rc/ir-hix5hd2.c: In function 'hix5hd2_ir_config': >> drivers/media/rc/ir-hix5hd2.c:100:2: error: implicit declaration of function 'readl_relaxed' [-Werror=implicit-function-declaration] while (readl_relaxed(priv->base + IR_BUSY)) { ^ cc1: some warnings being treated as errors vim +/readl_relaxed +100 drivers/media/rc/ir-hix5hd2.c 94 static int hix5hd2_ir_config(struct hix5hd2_ir_priv *priv) 95 { 96 int timeout = 10000; 97 u32 val, rate; 98 99 writel_relaxed(0x01, priv->base + IR_ENABLE); > 100 while (readl_relaxed(priv->base + IR_BUSY)) { 101 if (timeout--) { 102 udelay(1); 103 } else { --- 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