Commit 14fca61a9828effbde2c284fbaa3ee22178998e0
Committed by
Russell King
1 parent
562aa1d4c6
Exists in
master
and in
7 other branches
[ARM] Yet more asm/apm-emulation.h stuff
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Showing 2 changed files with 4 additions and 2 deletions Side-by-side Diff
arch/arm/mach-pxa/corgi_pm.c
... | ... | @@ -16,7 +16,8 @@ |
16 | 16 | #include <linux/delay.h> |
17 | 17 | #include <linux/interrupt.h> |
18 | 18 | #include <linux/platform_device.h> |
19 | -#include <asm/apm-emulation.h> | |
19 | +#include <linux/apm-emulation.h> | |
20 | + | |
20 | 21 | #include <asm/irq.h> |
21 | 22 | #include <asm/mach-types.h> |
22 | 23 | #include <asm/hardware.h> |
arch/arm/mach-pxa/spitz_pm.c
... | ... | @@ -16,7 +16,8 @@ |
16 | 16 | #include <linux/delay.h> |
17 | 17 | #include <linux/interrupt.h> |
18 | 18 | #include <linux/platform_device.h> |
19 | -#include <asm/apm-emulation.h> | |
19 | +#include <linux/apm-emulation.h> | |
20 | + | |
20 | 21 | #include <asm/irq.h> |
21 | 22 | #include <asm/mach-types.h> |
22 | 23 | #include <asm/hardware.h> |