···3030#include <linux/io.h>3131#include <linux/suspend.h>32323333-3434-#include <mach/clk.h>3535-3633/* Frequency table index must be sequential starting at 0 */3734static struct cpufreq_frequency_table freq_table[] = {3835 { 0, 216000 },
-2
arch/arm/mach-tegra/cpuidle.c
···29293030#include <asm/proc-fns.h>31313232-#include <mach/iomap.h>3333-3432static int tegra_idle_enter_lp3(struct cpuidle_device *dev,3533 struct cpuidle_driver *drv, int index);3634