projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc69da
)
[ARM] 4415/1: AML5900: fix sparse warnings from map_io
author
Ben Dooks
<ben-linux@fluff.org>
Mon, 28 May 2007 17:57:31 +0000
(18:57 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 30 May 2007 12:15:30 +0000
(13:15 +0100)
The map_io function does not need to be exported
from this file, and therefore should be declared
static.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2410/mach-amlm5900.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/mach-amlm5900.c
b/arch/arm/mach-s3c2410/mach-amlm5900.c
index bc308ceb91c31788c972b97b262dd72f3709f0dd..435adcce6482a369e5898de40bfc4bdfb690a6e1 100644
(file)
--- a/
arch/arm/mach-s3c2410/mach-amlm5900.c
+++ b/
arch/arm/mach-s3c2410/mach-amlm5900.c
@@
-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);