From: Archit Taneja Date: Thu, 19 Jul 2012 08:21:14 +0000 (+0530) Subject: OMAPDSS: APPLY: Constify timings argument in dss_mgr_set_timings X-Git-Tag: v3.7-rc1~48^2~1^2~20^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27dfddc7fe3bbc87935c078f3d078a9ed69dbf4a;p=pandora-kernel.git OMAPDSS: APPLY: Constify timings argument in dss_mgr_set_timings The function dss_mgr_set_timings is supposed to apply timings passed by an interface driver. It is not supposed to change the timings. Add const qualifier to the omap_video_timings pointer argument in dss_mgr_set_timings(). Signed-off-by: Archit Taneja --- Reading git-diff-tree failed