[media] rx51: broken build
authorSean Young <sean@mess.org>
Mon, 30 Jan 2017 19:58:19 +0000 (17:58 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Jan 2017 09:23:59 +0000 (07:23 -0200)
commit922ee72da7c739157ed02ea04a5c100d19f67226
tree267df864433824a0a8c61784f090cd3c37f5c6bb
parenta052af2a548decf1da5cccf9e777aa02321e3ffb
[media] rx51: broken build

As reported by kernel build test:

   In file included from arch/arm/mach-omap2/pdata-quirks.c:15:0:
>> arch/arm/mach-omap2/pdata-quirks.c:536:49: error: 'rx51_lirc_data' undeclared here (not in a function)
     OF_DEV_AUXDATA("nokia,n900-ir", 0, "n900-ir", &rx51_lirc_data),
                                                    ^
   include/linux/of_platform.h:52:21: note: in definition of macro 'OF_DEV_AUXDATA'
       .platform_data = _pdata }
                        ^~~~~~

Since "a92def1 [media] ir-rx51: port to rc-core" the build fails on
some arm configurations.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
arch/arm/mach-omap2/pdata-quirks.c