Commit 67f3af40 authored by Nicolas Ferre's avatar Nicolas Ferre

ARM: at91: fix typo in at91_pmc_base assembly declaration

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent ac8c411c
......@@ -25,7 +25,7 @@ extern void __iomem *at91_pmc_base;
#define at91_pmc_write(field, value) \
__raw_writel(value, at91_pmc_base + field)
#else
.extern at91_aic_base
.extern at91_pmc_base
#endif
#define AT91_PMC_SCER 0x00 /* System Clock Enable Register */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment