blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / arm / mach-shmobile / cpufreq.c
blob57fbff024dcd5dd6ccf23afb94e09d6b0ae47796
1 /*
2 * CPUFreq support code for SH-Mobile ARM
4 * Copyright (C) 2014 Gaku Inami
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 */
11 #include <linux/platform_device.h>
13 int __init shmobile_cpufreq_init(void)
15 platform_device_register_simple("cpufreq-dt", -1, NULL, 0);
16 return 0;