cpuidle34xx.c (1540f214065982e6cbc6b8da1fe65a15e358f7c5) | cpuidle34xx.c (72e06d087204f3bc9acf281717b90ebf0b9731f7) |
---|---|
1/* 2 * linux/arch/arm/mach-omap2/cpuidle34xx.c 3 * 4 * OMAP3 CPU IDLE Routines 5 * 6 * Copyright (C) 2008 Texas Instruments, Inc. 7 * Rajendra Nayak <rnayak@ti.com> 8 * --- 13 unchanged lines hidden (view full) --- 22 * published by the Free Software Foundation. 23 */ 24 25#include <linux/sched.h> 26#include <linux/cpuidle.h> 27 28#include <plat/prcm.h> 29#include <plat/irqs.h> | 1/* 2 * linux/arch/arm/mach-omap2/cpuidle34xx.c 3 * 4 * OMAP3 CPU IDLE Routines 5 * 6 * Copyright (C) 2008 Texas Instruments, Inc. 7 * Rajendra Nayak <rnayak@ti.com> 8 * --- 13 unchanged lines hidden (view full) --- 22 * published by the Free Software Foundation. 23 */ 24 25#include <linux/sched.h> 26#include <linux/cpuidle.h> 27 28#include <plat/prcm.h> 29#include <plat/irqs.h> |
30#include <plat/powerdomain.h> | 30#include "powerdomain.h" |
31#include "clockdomain.h" 32#include <plat/serial.h> 33 34#include "pm.h" 35#include "control.h" 36 37#ifdef CONFIG_CPU_IDLE 38 --- 500 unchanged lines hidden --- | 31#include "clockdomain.h" 32#include <plat/serial.h> 33 34#include "pm.h" 35#include "control.h" 36 37#ifdef CONFIG_CPU_IDLE 38 --- 500 unchanged lines hidden --- |