diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-09-02 04:03:39 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-10-22 16:21:01 -0400 |
commit | e92840b704a2be44599e36f84ad3ae5d68363a21 (patch) | |
tree | ad7c15dd3cb52ffd0d9453711310538c3e0c9ccc /arch/arm/plat-omap | |
parent | 375c324b7eff9218e14a63fdbfa36182f57ad37d (diff) |
ARM: omap/fb: move omapfb_reserve_sram to .init.text
This function is only called by omap_detect_sram which lives in .init.text,
too.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/fb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index a727133683ea..72a36ca8609a 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
@@ -262,7 +262,7 @@ void __init omapfb_reserve_sdram_memblock(void) | |||
262 | * this point, since the driver built as a module would have problem with | 262 | * this point, since the driver built as a module would have problem with |
263 | * freeing / reallocating the regions. | 263 | * freeing / reallocating the regions. |
264 | */ | 264 | */ |
265 | unsigned long omapfb_reserve_sram(unsigned long sram_pstart, | 265 | unsigned long __init omapfb_reserve_sram(unsigned long sram_pstart, |
266 | unsigned long sram_vstart, | 266 | unsigned long sram_vstart, |
267 | unsigned long sram_size, | 267 | unsigned long sram_size, |
268 | unsigned long pstart_avail, | 268 | unsigned long pstart_avail, |
@@ -392,7 +392,7 @@ void omapfb_reserve_sdram_memblock(void) | |||
392 | { | 392 | { |
393 | } | 393 | } |
394 | 394 | ||
395 | unsigned long omapfb_reserve_sram(unsigned long sram_pstart, | 395 | unsigned long __init omapfb_reserve_sram(unsigned long sram_pstart, |
396 | unsigned long sram_vstart, | 396 | unsigned long sram_vstart, |
397 | unsigned long sram_size, | 397 | unsigned long sram_size, |
398 | unsigned long start_avail, | 398 | unsigned long start_avail, |
@@ -411,7 +411,7 @@ void omapfb_reserve_sdram_memblock(void) | |||
411 | { | 411 | { |
412 | } | 412 | } |
413 | 413 | ||
414 | unsigned long omapfb_reserve_sram(unsigned long sram_pstart, | 414 | unsigned long __init omapfb_reserve_sram(unsigned long sram_pstart, |
415 | unsigned long sram_vstart, | 415 | unsigned long sram_vstart, |
416 | unsigned long sram_size, | 416 | unsigned long sram_size, |
417 | unsigned long start_avail, | 417 | unsigned long start_avail, |