diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-05-04 10:18:00 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-06-02 10:57:23 +0300 |
commit | 22245f531a769164402f4e63f1f1e18de981aff3 (patch) | |
tree | fae49acb394ad3ec069199387e547f18c7bc0892 /drivers/gpu/drm/omapdrm/dss | |
parent | 5edec14c73553941ea80f3527f3be02c071caac6 (diff) | |
download | blackbird-op-linux-22245f531a769164402f4e63f1f1e18de981aff3.tar.gz blackbird-op-linux-22245f531a769164402f4e63f1f1e18de981aff3.zip |
drm/omap: remove unneeded prototypes
omapdss.h contains prototypes for three functions, which are also
defined in dss_features.h. Remove the extra prototypes from omapdss.h.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/omapdss.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h index c33b53f27e0d..e12cfaeb5b24 100644 --- a/drivers/gpu/drm/omapdrm/dss/omapdss.h +++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h @@ -612,11 +612,6 @@ struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from); struct omap_dss_device *omap_dss_find_device(void *data, int (*match)(struct omap_dss_device *dssdev, void *data)); -int dss_feat_get_num_mgrs(void); -int dss_feat_get_num_ovls(void); -enum omap_color_mode dss_feat_get_supported_color_modes(enum omap_plane_id plane); - - int omap_dss_get_num_overlay_managers(void); |