提交 e078761a 编写于 作者: B Ben Dooks 提交者: Russell King

[ARM] 4415/1: AML5900: fix sparse warnings from map_io

The map_io function does not need to be exported
from this file, and therefore should be declared
static.
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 0cc69daa
...@@ -160,7 +160,7 @@ static struct platform_device *amlm5900_devices[] __initdata = { ...@@ -160,7 +160,7 @@ static struct platform_device *amlm5900_devices[] __initdata = {
#endif #endif
}; };
void __init amlm5900_map_io(void) static void __init amlm5900_map_io(void)
{ {
s3c24xx_init_io(amlm5900_iodesc, ARRAY_SIZE(amlm5900_iodesc)); s3c24xx_init_io(amlm5900_iodesc, ARRAY_SIZE(amlm5900_iodesc));
s3c24xx_init_clocks(0); s3c24xx_init_clocks(0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册