From: David Brownell <[email protected]> Fix GCC-reported compile time bug which prevents booting when the framebuffer code is disabled. Signed-off-by: David Brownell <[email protected]> Signed-off-by: Tony Lindgren <[email protected]> --- arch/arm/plat-omap/fb.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c @@ -333,7 +333,10 @@ unsigned long omapfb_reserve_sram(unsign unsigned long sram_vstart, unsigned long sram_size, unsigned long start_avail, - unsigned long size_avail) {} + unsigned long size_avail) +{ + return 0; +} #endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 0/18] ARM: OMAP: Updates for common code shared between OMAP1 and OMAP2
- From: Tony Lindgren <[email protected]>
- [PATCH 1/18] ARM: OMAP: Add DMA IRQ sanity checks
- From: Tony Lindgren <[email protected]>
- [PATCH 2/18] ARM: OMAP: Add function to print clock usecounts
- From: Tony Lindgren <[email protected]>
- [PATCH 3/18] ARM: OMAP: FB: add controller platform data
- From: Tony Lindgren <[email protected]>
- [PATCH 4/18] ARM: OMAP: h4 must have blinky leds!!
- From: Tony Lindgren <[email protected]>
- [PATCH 5/18] ARM: OMAP: Sync headers with linux-omap
- From: Tony Lindgren <[email protected]>
- [PATCH 6/18] ARM: OMAP: Sync core code with linux-omap
- From: Tony Lindgren <[email protected]>
- [PATCH 7/18] ARM: OMAP: Avoid updating system time for sub-jiffy interrupts
- From: Tony Lindgren <[email protected]>
- [PATCH 8/18] ARM: OMAP: Add mailbox support for IVA
- From: Tony Lindgren <[email protected]>
- [PATCH 9/18] ARM: OMAP: Fix gpmc header
- From: Tony Lindgren <[email protected]>
- [PATCH 10/18] ARM: OMAP: Fix warning in timer32k.c
- From: Tony Lindgren <[email protected]>
- [PATCH 11/18] ARM: OMAP: Update timer32k.c to compile
- From: Tony Lindgren <[email protected]>
- [PATCH 12/18] ARM: OMAP: Mostly cosmetic to sync up with linux-omap tree
- From: Tony Lindgren <[email protected]>
- [PATCH 13/18] ARM: OMAP: Sync framebuffer headers with N800 tree
- From: Tony Lindgren <[email protected]>
- [PATCH 14/18] ARM: OMAP: FB sync with N800 tree (support for dynamic SRAM allocations)
- From: Tony Lindgren <[email protected]>
- [PATCH 15/18] ARM: OMAP: add SoSSI clock (call propagate_rate for childrens)
- From: Tony Lindgren <[email protected]>
- [PATCH 16/18] ARM: OMAP: partial LED fixes
- From: Tony Lindgren <[email protected]>
- [PATCH 17/18] ARM: OMAP: restore CONFIG_GENERIC_TIME
- From: Tony Lindgren <[email protected]>
- [PATCH 0/18] ARM: OMAP: Updates for common code shared between OMAP1 and OMAP2
- Prev by Date: [PATCH 16/18] ARM: OMAP: partial LED fixes
- Next by Date: [PATCH 0/6] ARM: OMAP: Updates for OMAP1 common code
- Previous by thread: [PATCH 17/18] ARM: OMAP: restore CONFIG_GENERIC_TIME
- Next by thread: Re: [PATCH 8/18] ARM: OMAP: Add mailbox support for IVA
- Index(es):