Merge tag 'mmc-v4.7' of git://git.linaro.org/people/ulf.hansson/mmc
[linux-2.6-block.git] / arch / arm / mach-shmobile / cpufreq.c
CommitLineData
06e32c91
GI
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
06e32c91
GI
11#include <linux/platform_device.h>
12
2e41e5fe
GU
13#include "common.h"
14
06e32c91
GI
15int __init shmobile_cpufreq_init(void)
16{
bbcf0719 17 platform_device_register_simple("cpufreq-dt", -1, NULL, 0);
06e32c91
GI
18 return 0;
19}