diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-02-09 20:08:58 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-09 20:08:58 +0300 |
commit | 75e7153abd220f1c4a731a9613fb705485b56aa8 (patch) | |
tree | 6bdebced27c0ebc6d13061346168ec0556cce6c8 /arch/arm/common/sharpsl_pm.c | |
parent | 7726942fb15edd46e4fe8ab37f9a99795191e585 (diff) | |
download | linux-75e7153abd220f1c4a731a9613fb705485b56aa8.tar.xz |
[APM] ARM: Convert to use shared APM emulation.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/arm/common/sharpsl_pm.c')
-rw-r--r-- | arch/arm/common/sharpsl_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/sharpsl_pm.c b/arch/arm/common/sharpsl_pm.c index b3599743093b..a3b450f8ef17 100644 --- a/arch/arm/common/sharpsl_pm.c +++ b/arch/arm/common/sharpsl_pm.c @@ -27,7 +27,7 @@ #include <asm/hardware.h> #include <asm/mach-types.h> #include <asm/irq.h> -#include <asm/apm.h> +#include <asm/apm-emulation.h> #include <asm/arch/pm.h> #include <asm/arch/pxa-regs.h> #include <asm/arch/sharpsl.h> |