Re: [PATCH 1/5] drm/fb-helper: Include prototype for drm_fb_helper_modinit()

2019-07-11 Thread Sean Paul
On Wed, Jul 10, 2019 at 03:51:39PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Sparse complains: > drivers/gpu/drm/drm_fb_helper.c:2409:12: warning: symbol > 'drm_fb_helper_modinit' was not declared. Should it be static? > > Include the header with the correct prototype. > >

[PATCH 1/5] drm/fb-helper: Include prototype for drm_fb_helper_modinit()

2019-07-10 Thread Ville Syrjala
From: Ville Syrjälä Sparse complains: drivers/gpu/drm/drm_fb_helper.c:2409:12: warning: symbol 'drm_fb_helper_modinit' was not declared. Should it be static? Include the header with the correct prototype. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_fb_helper.c | 1 + 1 file