Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc47c0cf authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Tomi Valkeinen
Browse files

drm/omap: remove unused function defines



Remove driver (un)register API defines. They do not even exist
anymore.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent a7631c4b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -585,9 +585,6 @@ struct omap_dss_driver {

bool omapdss_is_initialized(void);

int omap_dss_register_driver(struct omap_dss_driver *);
void omap_dss_unregister_driver(struct omap_dss_driver *);

int omapdss_register_display(struct omap_dss_device *dssdev);
void omapdss_unregister_display(struct omap_dss_device *dssdev);