Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cc150b03ae79b20e4c023f71913c1225f8a19a6b
Commit:     cc150b03ae79b20e4c023f71913c1225f8a19a6b
Parent:     25ff0a653067eec56efc730dbed664d5cc77e9f3
Author:     David Brownell <[EMAIL PROTECTED]>
AuthorDate: Wed Mar 28 16:38:14 2007 -0700
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Wed May 9 10:40:12 2007 +0100

    ARM: OMAP: Fix GCC-reported compile time bug
    
    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]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 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 469f580..4493bcf 100644
--- a/arch/arm/plat-omap/fb.c
+++ b/arch/arm/plat-omap/fb.c
@@ -333,7 +333,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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to