Revision 67fadaa2768716209ee19a8b8bf05bc3ac399445 authored by Arnd Bergmann on 18 February 2015, 20:55:53 UTC, committed by Rafael J. Wysocki on 19 February 2015, 05:36:53 UTC
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>
Cc: 3.17+ <stable@vger.kernel.org> # v3.17+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 61882b6
History
File Mode Size
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 1.1 KB
sas_ata.c -rw-r--r-- 21.6 KB
sas_discover.c -rw-r--r-- 15.4 KB
sas_dump.c -rw-r--r-- 2.3 KB
sas_dump.h -rw-r--r-- 1.2 KB
sas_event.c -rw-r--r-- 4.2 KB
sas_expander.c -rw-r--r-- 55.1 KB
sas_host_smp.c -rw-r--r-- 9.5 KB
sas_init.c -rw-r--r-- 14.9 KB
sas_internal.h -rw-r--r-- 6.4 KB
sas_phy.c -rw-r--r-- 5.1 KB
sas_port.c -rw-r--r-- 9.3 KB
sas_scsi_host.c -rw-r--r-- 25.3 KB
sas_task.c -rw-r--r-- 1.1 KB

back to top