diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2019-07-23 09:14:08 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-08-26 11:02:02 +0300 |
commit | 8c7d7b4bb172709f71975c2a6e95c9715171603f (patch) | |
tree | 0e341852b7171f8e8604e76c0f502ff430836aee /drivers/video/fbdev/pxafb.h | |
parent | eb58a4fad3432be6e9dc2e35b78ae99f4a40ce5f (diff) | |
download | linux-8c7d7b4bb172709f71975c2a6e95c9715171603f.tar.xz |
video: pxafb: Remove cpufreq policy notifier
The cpufreq policy notifier's CPUFREQ_ADJUST notification is going to
get removed soon.
The notifier callback pxafb_freq_policy() isn't doing anything apart
from printing a debug message on CPUFREQ_ADJUST notification. There is
no point in keeping an otherwise empty callback and registering the
notifier.
Remove it.
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/video/fbdev/pxafb.h')
-rw-r--r-- | drivers/video/fbdev/pxafb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/pxafb.h b/drivers/video/fbdev/pxafb.h index b641289c8a99..86b1e9ab1a38 100644 --- a/drivers/video/fbdev/pxafb.h +++ b/drivers/video/fbdev/pxafb.h @@ -162,7 +162,6 @@ struct pxafb_info { #ifdef CONFIG_CPU_FREQ struct notifier_block freq_transition; - struct notifier_block freq_policy; #endif struct regulator *lcd_supply; |