]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cpufreq: s3c: remove last use of resume_clocks callback
authorArnd Bergmann <arnd@arndb.de>
Wed, 18 Feb 2015 20:55:53 +0000 (21:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 22:57:20 +0000 (14:57 -0800)
commitb34efde33ef98c9f20e005c9288012d01f8cd3dc
tree25bf5c6cd61fce201bfbf6dce0342d590efb787a
parent86e777205efbc6c2acfafa08dc92588d0a88328b
cpufreq: s3c: remove last use of resume_clocks callback

commit 67fadaa2768716209ee19a8b8bf05bc3ac399445 upstream.

Commit 32726d2d550 ("ARM: SAMSUNG: Remove legacy clock code")
already removed the callback pointer, but there was one remaining
user:

drivers/cpufreq/s3c24xx-cpufreq.c: In function 's3c_cpufreq_resume_clocks':
drivers/cpufreq/s3c24xx-cpufreq.c:149:14: error: 'struct s3c_cpufreq_info' has no member named 'resume_clocks'
  cpu_cur.info->resume_clocks();
              ^

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 32726d2d550 ("ARM: SAMSUNG: Remove legacy clock code")
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/cpufreq/s3c24xx-cpufreq.c