commit | 7baa77f1a6d126c134936636dae4dcf3ed88f9e1 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Jul 10 15:51:39 2019 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Sep 30 20:15:07 2019 +0300 |
tree | 071a86769b87597e6508596db800de3671e66bbd | |
parent | d56276a13c2b9ea287b9fc7cc78bed4c43b286f9 [diff] |
drm/fb-helper: Include prototype for drm_fb_helper_modinit() 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ä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190710125143.9965-1-ville.syrjala@linux.intel.com Reviewed-by: Sean Paul <sean@poorly.run>