Arnd Bergmann 7f1931b35f ARM: imx: hide unused variable in #ifdef
A bugfix added a new local variable that is only used inside of an #ifdef
section, and unused if CONFIG_PERF_EVENTS is disabled:

arch/arm/mach-imx/mmdc.c:63:25: warning: 'cpuhp_mmdc_state' defined but not used [-Wunused-variable]

This moves the variable down inside that same ifdef.

Fixes: a051f220d6b9 ("ARM/imx/mmcd: Fix broken cpu hotplug handling")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2017-01-23 14:55:08 +08:00
..
2016-06-28 10:26:45 +08:00
2016-12-12 20:43:19 +01:00
2016-02-02 13:31:19 +08:00
2017-01-02 14:02:09 +08:00
2016-08-01 18:21:13 -04:00
2016-08-01 18:21:13 -04:00
2016-08-01 18:21:13 -04:00
2016-06-28 10:26:37 +08:00
2016-06-28 10:26:45 +08:00
2016-10-07 21:18:42 -07:00
2016-02-29 10:37:44 +08:00
2016-06-28 10:26:20 +08:00
2016-08-01 18:27:08 -04:00