1. 13 3月, 2012 17 次提交
  2. 20 12月, 2011 1 次提交
  3. 04 12月, 2011 1 次提交
  4. 22 11月, 2011 1 次提交
  5. 01 11月, 2011 1 次提交
  6. 03 10月, 2011 1 次提交
  7. 06 9月, 2011 7 次提交
  8. 19 8月, 2011 9 次提交
  9. 27 7月, 2011 1 次提交
  10. 02 6月, 2011 1 次提交
    • P
      fbdev: sh_mobile_lcdcfb: Fix up fallout from MERAM changes. · 554cc102
      Paul Mundt 提交于
      The LCDC driver does no longer compile:
      
        CC      drivers/video/sh_mobile_meram.o
        CC      drivers/video/sh_mobile_lcdcfb.o
      drivers/video/sh_mobile_lcdcfb.c: In function 'sh_mobile_lcdc_start':
      drivers/video/sh_mobile_lcdcfb.c:640:4: error: 'ret' undeclared (first use in this function)
      drivers/video/sh_mobile_lcdcfb.c:640:4: note: each undeclared identifier is reported only once for each function it appears in
      make[2]: *** [drivers/video/sh_mobile_lcdcfb.o] Error 1
      make[1]: *** [drivers/video] Error 2
      make: *** [drivers] Error 2
      Reported-by: NMagnus Damm <magnus.damm@gmail.com>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      554cc102