diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-10-12 15:44:49 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-14 17:13:59 +0200 |
commit | 6391074598442b8a8d33e2cfdf277d5568b57f2d (patch) | |
tree | 283c487f969257aec96f48ef8526db22c17a85b6 /arch/arm/mach-pxa/cm-x300.c | |
parent | e639932e01c096eb280086401d8e3a597e41a3b1 (diff) |
ARM: pxa: fix pxa3xx DFI lockup hack
Some recently added code to avoid a bug introduced a build error
when CONFIG_PM is disabled and a macro is hidden:
arch/arm/mach-pxa/pxa3xx.c: In function 'pxa3xx_init':
arch/arm/mach-pxa/pxa3xx.c:439:3: error: 'NDCR' undeclared (first use in this function)
NDCR = (NDCR & ~NDCR_ND_ARB_EN) | NDCR_ND_ARB_CNTL;
^
This moves the macro outside of the #ifdef so it can be
referenced correctly.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: adf3442cc890 ("ARM: pxa: fix DFI bus lockups on startup")
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/cm-x300.c')
0 files changed, 0 insertions, 0 deletions