Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[deliverable/linux.git] / arch / arm / mach-imx / cpuidle.h
CommitLineData
2da50e62
RL
1/*
2 * Copyright 2012 Freescale Semiconductor, Inc.
3 * Copyright 2012 Linaro Ltd.
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
2da50e62 13#ifdef CONFIG_CPU_IDLE
54a4644b 14extern int imx5_cpuidle_init(void);
12bb3440 15extern int imx6q_cpuidle_init(void);
2da50e62 16#else
54a4644b 17static inline int imx5_cpuidle_init(void)
2da50e62 18{
54a4644b 19 return 0;
2da50e62 20}
12bb3440
SG
21static inline int imx6q_cpuidle_init(void)
22{
54a4644b 23 return 0;
12bb3440 24}
2da50e62 25#endif
This page took 0.100841 seconds and 5 git commands to generate.