lkml.org 
[lkml]   [2007]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 83/90] ARM: OMAP: Fix GCC-reported compile time bug
    Date
    From: David Brownell <david-b@pacbell.net>

    Fix GCC-reported compile time bug which prevents booting
    when the framebuffer code is disabled.

    Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
    Signed-off-by: Tony Lindgren <tony@atomide.com>
    ---
    arch/arm/plat-omap/fb.c | 5 ++++-
    1 files changed, 4 insertions(+), 1 deletions(-)

    diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c
    index 8441e50..5082496 100644
    --- a/arch/arm/plat-omap/fb.c
    +++ b/arch/arm/plat-omap/fb.c
    @@ -327,7 +327,10 @@ unsigned long omapfb_reserve_sram(unsigned long sram_pstart,
    unsigned long sram_vstart,
    unsigned long sram_size,
    unsigned long start_avail,
    - unsigned long size_avail) {}
    + unsigned long size_avail)
    +{
    + return 0;
    +}


    #endif
    --
    1.4.4.2
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2007-04-04 20:29    [W:4.031 / U:1.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site