diff options
author | Laurent Pinchart | 2018-09-13 02:28:09 +0200 |
---|---|---|
committer | Tomi Valkeinen | 2019-03-18 10:42:11 +0100 |
commit | 374805b0bd84c44990dd75f66a5da3f025b2fcfc (patch) | |
tree | f0543a586e4931d6706f872e3c1d9989e6cd1cf4 /drivers/gpu/drm/omapdrm | |
parent | drm/omap: Remove declaration of nonexisting function (diff) | |
download | kernel-qcow2-linux-374805b0bd84c44990dd75f66a5da3f025b2fcfc.tar.gz kernel-qcow2-linux-374805b0bd84c44990dd75f66a5da3f025b2fcfc.tar.xz kernel-qcow2-linux-374805b0bd84c44990dd75f66a5da3f025b2fcfc.zip |
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')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/omapdss.h | 2 |
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 @@ #define __OMAP_DRM_DSS_H #include <linux/list.h> -#include <linux/kobject.h> #include <linux/device.h> #include <linux/interrupt.h> #include <video/videomode.h> @@ -404,7 +403,6 @@ enum omap_dss_device_type { }; struct omap_dss_device { - struct kobject kobj; struct device *dev; struct module *owner; |