From: Laurent Pinchart Date: Fri, 4 Aug 2017 22:44:10 +0000 (+0300) Subject: drm: omapdrm: Move FEAT_DSI_* features to dsi driver X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=44d8ca10789759f73bee50e7bb1695e7b8b8d22f;p=linux.git drm: omapdrm: Move FEAT_DSI_* features to dsi driver The FEAT_DSI_* features are specific to the DSI, move them from the omap_dss_features structure to the dsi driver. Signed-off-by: Laurent Pinchart Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/gpu/drm/omapdrm/dss/dsi.c b/drivers/gpu/drm/omapdrm/dss/dsi.c index 3d98e9ce9a433..1af2c5329c991 100644 --- a/drivers/gpu/drm/omapdrm/dss/dsi.c +++ b/drivers/gpu/drm/omapdrm/dss/dsi.c @@ -44,6 +44,7 @@ #include #include #include +#include #include