Merge tag 'v3.14.25' into backport/v3.14.24-ltsi-rc1+v3.14.25/snapshot-merge.wip
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / arm / mach-shmobile / cpufreq.c
1 /*
2  * CPUFreq support code for SH-Mobile ARM
3  *
4  *  Copyright (C) 2014 Gaku Inami
5  *
6  * This file is subject to the terms and conditions of the GNU General Public
7  * License.  See the file "COPYING" in the main directory of this archive
8  * for more details.
9  */
10
11 #include <linux/platform_device.h>
12
13 int __init shmobile_cpufreq_init(void)
14 {
15         platform_device_register_simple("cpufreq-cpu0", -1, NULL, 0);
16         return 0;
17 }