From: Laurent Pinchart Date: Thu, 13 Sep 2018 00:28:09 +0000 (+0300) Subject: drm/omap: Remove unused kobj field from struct omap_dss_device X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=374805b0bd84c44990dd75f66a5da3f025b2fcfc;p=linux.git drm/omap: Remove unused kobj field from struct omap_dss_device The kobj field from struct omap_dss_device is not used. Remove it. Signed-off-by: Laurent Pinchart Reviewed-by: Sebastian Reichel Tested-by: Sebastian Reichel Reviewed-by: Tomi Valkeinen Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h index 33e15cb77efa7..3b4bf5c47173c 100644 --- a/drivers/gpu/drm/omapdrm/dss/omapdss.h +++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h @@ -19,7 +19,6 @@ #define __OMAP_DRM_DSS_H #include -#include #include #include #include