diff options
Diffstat (limited to 'arch/arm/mach-spear')
-rw-r--r-- | arch/arm/mach-spear/spear1310.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-spear/spear13xx.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-spear/spear1310.c b/arch/arm/mach-spear/spear1310.c index 824b12a56a42..d9ce4d8000f0 100644 --- a/arch/arm/mach-spear/spear1310.c +++ b/arch/arm/mach-spear/spear1310.c | |||
@@ -42,7 +42,7 @@ static const char * const spear1310_dt_board_compat[] = { | |||
42 | * PHYSICAL VIRTUAL | 42 | * PHYSICAL VIRTUAL |
43 | * 0xD8000000 0xFA000000 | 43 | * 0xD8000000 0xFA000000 |
44 | */ | 44 | */ |
45 | struct map_desc spear1310_io_desc[] __initdata = { | 45 | static struct map_desc spear1310_io_desc[] __initdata = { |
46 | { | 46 | { |
47 | .virtual = VA_SPEAR1310_RAS_GRP1_BASE, | 47 | .virtual = VA_SPEAR1310_RAS_GRP1_BASE, |
48 | .pfn = __phys_to_pfn(SPEAR1310_RAS_GRP1_BASE), | 48 | .pfn = __phys_to_pfn(SPEAR1310_RAS_GRP1_BASE), |
diff --git a/arch/arm/mach-spear/spear13xx.c b/arch/arm/mach-spear/spear13xx.c index 53a761482a7c..2e463a93468d 100644 --- a/arch/arm/mach-spear/spear13xx.c +++ b/arch/arm/mach-spear/spear13xx.c | |||
@@ -57,7 +57,7 @@ void __init spear13xx_l2x0_init(void) | |||
57 | * 0xEC000000 0xFC000000 | 57 | * 0xEC000000 0xFC000000 |
58 | * 0xED000000 0xFB000000 | 58 | * 0xED000000 0xFB000000 |
59 | */ | 59 | */ |
60 | struct map_desc spear13xx_io_desc[] __initdata = { | 60 | static struct map_desc spear13xx_io_desc[] __initdata = { |
61 | { | 61 | { |
62 | .virtual = (unsigned long)VA_PERIP_GRP2_BASE, | 62 | .virtual = (unsigned long)VA_PERIP_GRP2_BASE, |
63 | .pfn = __phys_to_pfn(PERIP_GRP2_BASE), | 63 | .pfn = __phys_to_pfn(PERIP_GRP2_BASE), |