Commit 61fde514c2368a93e97f926a289d556c93a18fc6
Committed by
Russell King
1 parent
8748415d0d
Exists in
master
and in
7 other branches
[ARM] Fix more apm-emulation.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
arch/arm/mach-pxa/sharpsl_pm.c
... | ... | @@ -20,10 +20,10 @@ |
20 | 20 | #include <linux/interrupt.h> |
21 | 21 | #include <linux/irq.h> |
22 | 22 | #include <linux/platform_device.h> |
23 | +#include <linux/apm-emulation.h> | |
23 | 24 | |
24 | 25 | #include <asm/hardware.h> |
25 | 26 | #include <asm/mach-types.h> |
26 | -#include <asm/apm-emulation.h> | |
27 | 27 | #include <asm/arch/pm.h> |
28 | 28 | #include <asm/arch/pxa-regs.h> |
29 | 29 | #include <asm/arch/sharpsl.h> |