diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-10-19 16:50:42 -0400 |
---|---|---|
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-10-19 16:50:42 -0400 |
commit | 0d04279d7443de8a98ced62732d1d834d5f005d5 (patch) | |
tree | 9f0eb0c49a074abc53d56ccf7dc55c04fb918779 /arch/arm/mach-mx5/cpuidle.h | |
parent | 2972bf78c18e5084a90980cbba106f53a09427ab (diff) | |
parent | 27b98ed0c5f3e22bf12e1ef5d4eddff06c1a021d (diff) |
Merge branch 'imx_mx5_mx51' of git://git.linaro.org/people/rob_lee/imx_cpuidle into linaro-3.1linux-linaro-3.1-2011.10-1
Diffstat (limited to 'arch/arm/mach-mx5/cpuidle.h')
-rw-r--r-- | arch/arm/mach-mx5/cpuidle.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/cpuidle.h b/arch/arm/mach-mx5/cpuidle.h new file mode 100644 index 00000000000..270ffa651d6 --- /dev/null +++ b/arch/arm/mach-mx5/cpuidle.h @@ -0,0 +1,13 @@ +/* + * Copyright 2011 Freescale Semiconductor, Inc. + * Copyright 2011 Linaro Ltd. + * + * The code contained herein is licensed under the GNU General Public + * License. You may obtain a copy of the GNU General Public License + * Version 2 or later at the following locations: + * + * http://www.opensource.org/licenses/gpl-license.html + * http://www.gnu.org/copyleft/gpl.html + */ + +extern struct imx_cpuidle_data mx5_cpuidle_data; |