From: Mauro Carvalho Chehab Date: Thu, 9 Oct 2014 13:41:28 +0000 (-0300) Subject: [media] ir-hix5hd2: fix build on c6x arch X-Git-Tag: fixes-against-v3.18-rc2~130^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5563caaf8b8cd22e35997d5d74cb3609df86b223;p=pandora-kernel.git [media] ir-hix5hd2: fix build on c6x arch While not all archs have readl_relaxed, we need to add a hack at the driver to allow it to COMPILE_TEST on all archs: 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] Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed