aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/omapdss.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-09-12 20:28:09 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2019-03-18 05:42:11 -0400
commit374805b0bd84c44990dd75f66a5da3f025b2fcfc (patch)
treef0543a586e4931d6706f872e3c1d9989e6cd1cf4 /drivers/gpu/drm/omapdrm/dss/omapdss.h
parent5d79ef3fcd410ff089ee9ee9f5769ba11ef87c51 (diff)
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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> Tested-by: Sebastian Reichel <sebastian.reichel@collabora.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/omapdss.h')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/omapdss.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h
index 33e15cb77efa..3b4bf5c47173 100644
--- a/drivers/gpu/drm/omapdrm/dss/omapdss.h
+++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h
@@ -19,7 +19,6 @@
19#define __OMAP_DRM_DSS_H 19#define __OMAP_DRM_DSS_H
20 20
21#include <linux/list.h> 21#include <linux/list.h>
22#include <linux/kobject.h>
23#include <linux/device.h> 22#include <linux/device.h>
24#include <linux/interrupt.h> 23#include <linux/interrupt.h>
25#include <video/videomode.h> 24#include <video/videomode.h>
@@ -404,7 +403,6 @@ enum omap_dss_device_type {
404}; 403};
405 404
406struct omap_dss_device { 405struct omap_dss_device {
407 struct kobject kobj;
408 struct device *dev; 406 struct device *dev;
409 407
410 struct module *owner; 408 struct module *owner;