]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] ir-hix5hd2: fix build on c6x arch
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 9 Oct 2014 13:41:28 +0000 (10:41 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 9 Oct 2014 16:45:03 +0000 (13:45 -0300)
commit5563caaf8b8cd22e35997d5d74cb3609df86b223
treef1cd77931f8a5f1f2e7a58f9074496f5c8fda963
parentcf3167cf1e969b17671a4d3d956d22718a8ceb85
[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 <mchehab@osg.samsung.com>
drivers/media/rc/ir-hix5hd2.c