diff options
Diffstat (limited to 'arch/arm/mach-mv78xx0/addr-map.c')
-rw-r--r-- | arch/arm/mach-mv78xx0/addr-map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mv78xx0/addr-map.c b/arch/arm/mach-mv78xx0/addr-map.c index 343c435b4176..26e9876b50e9 100644 --- a/arch/arm/mach-mv78xx0/addr-map.c +++ b/arch/arm/mach-mv78xx0/addr-map.c | |||
@@ -54,7 +54,7 @@ static void __init __iomem *win_cfg_base(const struct orion_addr_map_cfg *cfg, i | |||
54 | /* | 54 | /* |
55 | * Description of the windows needed by the platform code | 55 | * Description of the windows needed by the platform code |
56 | */ | 56 | */ |
57 | static struct __initdata orion_addr_map_cfg addr_map_cfg = { | 57 | static struct orion_addr_map_cfg addr_map_cfg __initdata = { |
58 | .num_wins = 14, | 58 | .num_wins = 14, |
59 | .remappable_wins = 8, | 59 | .remappable_wins = 8, |
60 | .win_cfg_base = win_cfg_base, | 60 | .win_cfg_base = win_cfg_base, |