1
0
Files
linux/arch
Arnd Bergmann 7fbbe38aa1 ARM: realview: hide unused 'pmu_device' object
The pmu_device is only accessed when CACHE_L2X0 is enabled,
and we get a warning otherwise:

mach-realview/realview_pbx.c:274:31: error: 'pmu_device' defined but not used [-Werror=unused-variable]

This adds another #ifdef for it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2016-04-04 10:58:47 +02:00
..
2016-03-29 16:56:00 +01:00
2016-03-25 01:45:19 +09:00
2016-03-29 12:08:08 +11:00