x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git] / arch / arm / mach-imx / cpuidle.h
blobbc932d1af37279ae3c4f3faa4dc0138745a0bda1
1 /*
2 * Copyright 2012 Freescale Semiconductor, Inc.
3 * Copyright 2012 Linaro Ltd.
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:
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
13 #include <linux/cpuidle.h>
15 #ifdef CONFIG_CPU_IDLE
16 extern int imx_cpuidle_init(struct cpuidle_driver *drv);
17 #else
18 static inline int imx_cpuidle_init(struct cpuidle_driver *drv)
20 return -ENODEV;
22 #endif