/* | |
* based on arch/arm/mach-zx297510/cpuidle.c | |
* | |
* CPU idle support for zx297510 | |
* | |
* This file is licensed under the terms of the GNU General Public | |
* License version 2. This program is licensed "as is" without any | |
* warranty of any kind, whether express or implied. | |
* | |
*/ | |
#include <linux/kernel.h> | |
#include <linux/init.h> | |
#include <linux/platform_device.h> | |
#include <linux/cpuidle.h> | |
#include <asm/proc-fns.h> | |
#include <linux/io.h> | |