Re: [PATCH] devfreq: event: Add 'const' keyword for devfreq_event_ops structure

From: MyungJoo Ham
Date: Wed Mar 11 2015 - 21:28:49 EST


>
> This patch adds the 'const' keyword for devfreq_event_ops structure
> because the ops of devfreq_event_desc structure shold not be changed
> after initialization.
>
> Cc: Myungjoo Ham <myungjoo.ham@xxxxxxxxxxx>
> Cc: Kyungmin Park <kyungmin.park@xxxxxxxxxxx>
> Signed-off-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>
> ---
> drivers/devfreq/event/exynos-ppmu.c | 2 +-
> include/linux/devfreq-event.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>

Merged with a little rephrasing.

Signed-off-by: MyungJoo Ham <myungjoo.ham@xxxxxxxxxxx>