1. 05 12月, 2014 1 次提交
  2. 02 12月, 2014 1 次提交
  3. 24 10月, 2014 2 次提交
  4. 20 10月, 2014 1 次提交
  5. 27 8月, 2014 1 次提交
    • M
      [media] s5p-jpeg: get rid of some warnings · af425be8
      Mauro Carvalho Chehab 提交于
      Declare this as static:
      
      drivers/media/platform/s5p-jpeg/jpeg-core.c:732:6: warning: no previous prototype for 'exynos4_jpeg_set_huff_tbl' [-Wmissing-prototypes]
       void exynos4_jpeg_set_huff_tbl(void __iomem *base)
            ^
      
      And don't compile this dead code, while not needed:
      drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c:236:14: warning: no previous prototype for 'exynos3250_jpeg_get_y' [-Wmissing-prototypes]
       unsigned int exynos3250_jpeg_get_y(void __iomem *regs)
                    ^
      drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c:241:14: warning: no previous prototype for 'exynos3250_jpeg_get_x' [-Wmissing-prototypes]
       unsigned int exynos3250_jpeg_get_x(void __iomem *regs)
                    ^
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      af425be8
  6. 31 7月, 2014 7 次提交
  7. 14 5月, 2014 8 次提交
  8. 23 4月, 2014 1 次提交
  9. 06 3月, 2014 2 次提交
  10. 04 2月, 2014 1 次提交
  11. 18 12月, 2013 15 次提交