mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 12:34:41 +08:00
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>
This commit is contained in:
parent
5d79ef3fcd
commit
374805b0bd
@ -19,7 +19,6 @@
|
|||||||
#define __OMAP_DRM_DSS_H
|
#define __OMAP_DRM_DSS_H
|
||||||
|
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
#include <linux/kobject.h>
|
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <video/videomode.h>
|
#include <video/videomode.h>
|
||||||
@ -404,7 +403,6 @@ enum omap_dss_device_type {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct omap_dss_device {
|
struct omap_dss_device {
|
||||||
struct kobject kobj;
|
|
||||||
struct device *dev;
|
struct device *dev;
|
||||||
|
|
||||||
struct module *owner;
|
struct module *owner;
|
||||||
|
Loading…
Reference in New Issue
Block a user