1. 22 9月, 2016 8 次提交
  2. 21 9月, 2016 5 次提交
  3. 20 9月, 2016 2 次提交
  4. 19 9月, 2016 12 次提交
  5. 15 9月, 2016 5 次提交
  6. 13 9月, 2016 5 次提交
  7. 12 9月, 2016 2 次提交
  8. 08 9月, 2016 1 次提交
    • B
      drm/sun4i: add missing header dependencies · 0c3ff44c
      Baoyou Xie 提交于
      We get 5 warnings when building kernel with W=1:
      drivers/gpu/drm/sun4i/sun4i_framebuffer.c:33:23: warning: no previous prototype for 'sun4i_framebuffer_init' [-Wmissing-prototypes]
      drivers/gpu/drm/sun4i/sun4i_framebuffer.c:47:6: warning: no previous prototype for 'sun4i_framebuffer_free' [-Wmissing-prototypes]
      drivers/gpu/drm/sun4i/sun4i_rgb.c:202:5: warning: no previous prototype for 'sun4i_rgb_init' [-Wmissing-prototypes]
      drivers/gpu/drm/sun4i/sun4i_dotclock.c:151:5: warning: no previous prototype for 'sun4i_dclk_create' [-Wmissing-prototypes]
      drivers/gpu/drm/sun4i/sun4i_dotclock.c:186:5: warning: no previous prototype for 'sun4i_dclk_free' [-Wmissing-prototypes]
      
      In fact, these functions are declared in
      drivers/gpu/drm/sun4i/sun4i_framebuffer.h,
      drivers/gpu/drm/sun4i/sun4i_rgb.h,
      drivers/gpu/drm/sun4i/sun4i_dotclock.h,
      so this patch adds missing header dependencies.
      Signed-off-by: NBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      0c3ff44c