Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d608e52c361271ccd841b629ca50462756f7b078
Commit:     d608e52c361271ccd841b629ca50462756f7b078
Parent:     37985b449310b17a815511045455934ede5a90c0
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 20 14:53:28 2007 +0000
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Tue Feb 20 14:53:28 2007 +0000

    [ARM] Fix build error caused by move of apm
    
      CC      arch/arm/common/sharpsl_pm.o
    arch/arm/common/sharpsl_pm.c:30:31: error: asm/apm-emulation.h: No such 
file or directory
    ...
    
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 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 a3b450f..a9bc5b5 100644
--- a/arch/arm/common/sharpsl_pm.c
+++ b/arch/arm/common/sharpsl_pm.c
@@ -23,11 +23,11 @@
 #include <linux/interrupt.h>
 #include <linux/platform_device.h>
 #include <linux/leds.h>
+#include <linux/apm-emulation.h>
 
 #include <asm/hardware.h>
 #include <asm/mach-types.h>
 #include <asm/irq.h>
-#include <asm/apm-emulation.h>
 #include <asm/arch/pm.h>
 #include <asm/arch/pxa-regs.h>
 #include <asm/arch/sharpsl.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to