]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/omap: remove unused get_dimensions()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 12 May 2017 09:55:22 +0000 (12:55 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Jun 2017 07:57:18 +0000 (10:57 +0300)
get_dimensions function pointer is not used, remove it.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/dss/omapdss.h

index 8eb8315a6c958ff078966d3148d243d78f83feee..4909ea11cb718def57b018c2000a808580e95618 100644 (file)
@@ -690,8 +690,6 @@ struct omap_dss_driver {
 
        void (*get_resolution)(struct omap_dss_device *dssdev,
                        u16 *xres, u16 *yres);
-       void (*get_dimensions)(struct omap_dss_device *dssdev,
-                       u32 *width, u32 *height);
 
        int (*check_timings)(struct omap_dss_device *dssdev,
                             struct videomode *vm);