diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-02-27 12:10:07 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-03-02 11:58:57 +0000 |
commit | 14fca61a9828effbde2c284fbaa3ee22178998e0 (patch) | |
tree | 8f510ec5e76e5d78d25635a713a720c2c3388a01 /arch/arm/mach-pxa/spitz_pm.c | |
parent | 562aa1d4c6a874373f9a48ac184f662fbbb06a04 (diff) | |
download | kernel_samsung_smdk4412-14fca61a9828effbde2c284fbaa3ee22178998e0.zip kernel_samsung_smdk4412-14fca61a9828effbde2c284fbaa3ee22178998e0.tar.gz kernel_samsung_smdk4412-14fca61a9828effbde2c284fbaa3ee22178998e0.tar.bz2 |
[ARM] Yet more asm/apm-emulation.h stuff
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/spitz_pm.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz_pm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/spitz_pm.c b/arch/arm/mach-pxa/spitz_pm.c index b97d543..745a4dc 100644 --- a/arch/arm/mach-pxa/spitz_pm.c +++ b/arch/arm/mach-pxa/spitz_pm.c @@ -16,7 +16,8 @@ #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/platform_device.h> -#include <asm/apm-emulation.h> +#include <linux/apm-emulation.h> + #include <asm/irq.h> #include <asm/mach-types.h> #include <asm/hardware.h> |