[PATCH] drm/sun4i: add missing header dependencies

2016-09-08 Thread 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' [-Wmissi

[PATCH] drm/sun4i: add missing header dependencies

2016-09-08 Thread Maxime Ripard
On Thu, Sep 08, 2016 at 06:59:22PM +0800, Baoyou Xie wrote: > 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: w