Skip to content
Snippets Groups Projects
Commit e078761a authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0cc69daa
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ static struct platform_device *amlm5900_devices[] __initdata = {
#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_clocks(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment