diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2019-07-23 08:14:07 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-08-26 10:02:02 +0200 |
commit | eb58a4fad3432be6e9dc2e35b78ae99f4a40ce5f (patch) | |
tree | a39c551c397eedced73054556c44d9286c76ab6b /drivers/video/fbdev/sa1100fb.h | |
parent | arch_topology: Use CPUFREQ_CREATE_POLICY instead of CPUFREQ_NOTIFY (diff) | |
download | linux-eb58a4fad3432be6e9dc2e35b78ae99f4a40ce5f.tar.xz linux-eb58a4fad3432be6e9dc2e35b78ae99f4a40ce5f.zip |
video: sa1100fb: Remove cpufreq policy notifier
The cpufreq policy notifier's CPUFREQ_ADJUST notification is going to
get removed soon.
The notifier callback sa1100fb_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/sa1100fb.h')
-rw-r--r-- | drivers/video/fbdev/sa1100fb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/sa1100fb.h b/drivers/video/fbdev/sa1100fb.h index 7a1a9ca33cec..d0aa33b0b88a 100644 --- a/drivers/video/fbdev/sa1100fb.h +++ b/drivers/video/fbdev/sa1100fb.h @@ -64,7 +64,6 @@ struct sa1100fb_info { #ifdef CONFIG_CPU_FREQ struct notifier_block freq_transition; - struct notifier_block freq_policy; #endif const struct sa1100fb_mach_info *inf; |