From: Ville Syrjälä Date: Mon, 26 Feb 2018 14:24:23 +0000 (+0200) Subject: drm: Include the header with the prototype for drm_get_panel_orientation_quirk() X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f6d25e1ccf2e72d87bb9d7327847ce5d9e7062ed;p=openwrt%2Fstaging%2Fblogic.git drm: Include the header with the prototype for drm_get_panel_orientation_quirk() sparse complains: drivers/gpu/drm/drm_panel_orientation_quirks.c:133:5: warning: symbol 'drm_get_panel_orientation_quirk' was not declared. Should it be static? Cc: Hans de Goede Cc: Daniel Vetter Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20180226142423.26439-1-ville.syrjala@linux.intel.com Reviewed-by: Hans de Goede --- diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 1f2af707ce03..902cc1a71e45 100644 --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c @@ -11,6 +11,7 @@ #include #include #include +#include #ifdef CONFIG_DMI