drm/omap: Remove duplicate declaration
authorWan Jiabing <wanjiabing@vivo.com>
Thu, 25 Mar 2021 11:10:24 +0000 (19:10 +0800)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 26 Mar 2021 07:23:25 +0000 (09:23 +0200)
struct dss_device has been declared. Remove the duplicate.
And sort these forward declarations alphabetically.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210325111028.864628-1-wanjiabing@vivo.com
drivers/gpu/drm/omapdrm/dss/omapdss.h

index a40abea..040d5a3 100644 (file)
 #define DISPC_IRQ_ACBIAS_COUNT_STAT3   (1 << 29)
 #define DISPC_IRQ_FRAMEDONE3           (1 << 30)
 
-struct dss_device;
-struct omap_drm_private;
-struct omap_dss_device;
 struct dispc_device;
+struct drm_connector;
 struct dss_device;
 struct dss_lcd_mgr_config;
+struct hdmi_avi_infoframe;
+struct omap_drm_private;
+struct omap_dss_device;
 struct snd_aes_iec958;
 struct snd_cea_861_aud_if;
-struct hdmi_avi_infoframe;
-struct drm_connector;
 
 enum omap_display_type {
        OMAP_DISPLAY_TYPE_NONE          = 0,