提交 67f3af40 编写于 作者: N Nicolas Ferre

ARM: at91: fix typo in at91_pmc_base assembly declaration

Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册