diff options
author | David Brownell <david-b@pacbell.net> | 2007-10-26 16:48:37 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-11-05 14:53:12 -0500 |
commit | 342fb3dda337f4b0c49e468cd930138c401ccce0 (patch) | |
tree | 59f4f79c30bdea9f762314ebb8f1dd5218455351 /arch/arm | |
parent | f33bac8dd4573428b94c67149c5607be489092d1 (diff) |
[ARM] 4633/1: omap build fix when FB enabled
This fixes a section error on OMAP when the framebuffer is enabled.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-omap/fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index 4493bcff5172..ee40c1a0b83d 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
@@ -171,7 +171,7 @@ static int check_fbmem_region(int region_idx, struct omapfb_mem_region *rg, | |||
171 | * Called from map_io. We need to call to this early enough so that we | 171 | * Called from map_io. We need to call to this early enough so that we |
172 | * can reserve the fixed SDRAM regions before VM could get hold of them. | 172 | * can reserve the fixed SDRAM regions before VM could get hold of them. |
173 | */ | 173 | */ |
174 | void omapfb_reserve_sdram(void) | 174 | void __init omapfb_reserve_sdram(void) |
175 | { | 175 | { |
176 | struct bootmem_data *bdata; | 176 | struct bootmem_data *bdata; |
177 | unsigned long sdram_start, sdram_size; | 177 | unsigned long sdram_start, sdram_size; |