From: Tomi Valkeinen Date: Wed, 10 Oct 2012 07:35:34 +0000 (+0300) Subject: OMAPDSS: remove declarations for non-existing funcs X-Git-Tag: firefly_0821_release~3680^2~1437^2^2~69 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=881c98ff62e0106c3cf6aa521f7c8baf98ebb501;p=firefly-linux-kernel-4.4.55.git OMAPDSS: remove declarations for non-existing funcs dss_mgr_set_device and dss_mgr_unset_device are declared in dss.h, but the functions do not exist. Remove the declarations. Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index 959718a7de30..19d56636f5c5 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h @@ -191,9 +191,6 @@ int dss_mgr_set_info(struct omap_overlay_manager *mgr, struct omap_overlay_manager_info *info); void dss_mgr_get_info(struct omap_overlay_manager *mgr, struct omap_overlay_manager_info *info); -int dss_mgr_set_device(struct omap_overlay_manager *mgr, - struct omap_dss_device *dssdev); -int dss_mgr_unset_device(struct omap_overlay_manager *mgr); int dss_mgr_set_output(struct omap_overlay_manager *mgr, struct omap_dss_output *output); int dss_mgr_unset_output(struct omap_overlay_manager *mgr);