diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-anubis.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-anubis.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2410/mach-anubis.c b/arch/arm/mach-s3c2410/mach-anubis.c index f87aa0b669ad..5ae80f4e3e67 100644 --- a/arch/arm/mach-s3c2410/mach-anubis.c +++ b/arch/arm/mach-s3c2410/mach-anubis.c | |||
@@ -12,6 +12,7 @@ | |||
12 | * | 12 | * |
13 | * Modifications: | 13 | * Modifications: |
14 | * 02-May-2005 BJD Copied from mach-bast.c | 14 | * 02-May-2005 BJD Copied from mach-bast.c |
15 | * 20-Sep-2005 BJD Added static to non-exported items | ||
15 | */ | 16 | */ |
16 | 17 | ||
17 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
@@ -124,7 +125,7 @@ static int external_map[] = { 2 }; | |||
124 | static int chip0_map[] = { 0 }; | 125 | static int chip0_map[] = { 0 }; |
125 | static int chip1_map[] = { 1 }; | 126 | static int chip1_map[] = { 1 }; |
126 | 127 | ||
127 | struct mtd_partition anubis_default_nand_part[] = { | 128 | static struct mtd_partition anubis_default_nand_part[] = { |
128 | [0] = { | 129 | [0] = { |
129 | .name = "Boot Agent", | 130 | .name = "Boot Agent", |
130 | .size = SZ_16K, | 131 | .size = SZ_16K, |
@@ -232,7 +233,7 @@ static struct s3c24xx_board anubis_board __initdata = { | |||
232 | .clocks_count = ARRAY_SIZE(anubis_clocks) | 233 | .clocks_count = ARRAY_SIZE(anubis_clocks) |
233 | }; | 234 | }; |
234 | 235 | ||
235 | void __init anubis_map_io(void) | 236 | static void __init anubis_map_io(void) |
236 | { | 237 | { |
237 | /* initialise the clocks */ | 238 | /* initialise the clocks */ |
238 | 239 | ||