linux_dsm_epyc7002/arch/arm/mach-realview
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
..
board-eb.h
board-pb11mp.h
board-pb1176.h
board-pba8.h
board-pbx.h
core.c
core.h Merge branch 'treewide/cleanup' into next/multiplatform 2015-12-18 17:07:52 +01:00
hardware.h
hotplug.c
irqs-eb.h
irqs-pb11mp.h
irqs-pb1176.h
irqs-pba8.h
irqs-pbx.h
Kconfig ARM: realview: use "depends on" instead of "if" after prompt 2016-02-01 12:19:10 -08:00
Makefile ARM: realview: fix device tree build 2016-01-21 13:16:17 +01:00
platform.h
platsmp-dt.c ARM: realview: use const and __initconst for smp_operations 2016-02-01 12:17:30 -08:00
platsmp.c Merge branch 'treewide/cleanup' into next/multiplatform 2015-12-18 17:07:52 +01:00
realview_eb.c
realview_pb11mp.c
realview_pb1176.c
realview_pba8.c
realview_pbx.c ARM: realview: hide unused 'pmu_device' object 2016-04-04 10:58:47 +02:00
realview-dt.c