]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/fb.c
ARM: OMAP: Fix GCC-reported compile time bug
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / fb.c
index 469f580ca057c184424698534ee916f8ed95499d..4493bcff51729a2e4340d0d196ce67e10a1611ca 100644 (file)
@@ -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