> > 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 <[email protected]> > Cc: Kyungmin Park <[email protected]> > Signed-off-by: Chanwoo Choi <[email protected]> > --- > 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 <[email protected]>

