From: Chanwoo Choi Date: Tue, 10 Mar 2015 00:27:35 +0000 (+0900) Subject: PM / devfreq: event: Add const keyword for devfreq_event_ops structure X-Git-Tag: omap-for-v4.2/o2_dc~134^2^3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f240fbc474018872f6d9664a3bd350bd22cc8d9;p=pandora-kernel.git PM / devfreq: event: Add const keyword for devfreq_event_ops structure This patch adds the const keyword for devfreq_event_ops structure because the ops of devfreq_event_desc structure should not be changed after initialization. Cc: Myungjoo Ham Cc: Kyungmin Park Signed-off-by: Chanwoo Choi Signed-off-by: MyungJoo Ham --- Reading git-diff-tree failed