aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bonn <jonas.bonn@gmail.com>2008-11-19 17:11:03 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:03 +0000
commit15038fb570748ce2fb9ce31200b1f075774a7f4d (patch)
tree71a6c721b5457bb93d24089e7d913c7293916d1a
parent66cd23e33a6d2c3b79c0d5af8896e28a25255ff4 (diff)
Move asm/arch/pwm.h to mach/pwm.h
Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
-rw-r--r--arch/arm/mach-s3c2410/include/mach/pwm.h (renamed from include/asm-arm/arch-s3c2410/pwm.h)0
-rw-r--r--arch/arm/mach-s3c2410/pwm.c2
-rw-r--r--arch/arm/mach-s3c2440/fiq_c_isr.c2
-rw-r--r--drivers/leds/leds-neo1973-vibrator.c2
-rw-r--r--drivers/video/backlight/gta01_bl.c2
-rw-r--r--include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h2
6 files changed, 5 insertions, 5 deletions
diff --git a/include/asm-arm/arch-s3c2410/pwm.h b/arch/arm/mach-s3c2410/include/mach/pwm.h
index 5689ce973d2..5689ce973d2 100644
--- a/include/asm-arm/arch-s3c2410/pwm.h
+++ b/arch/arm/mach-s3c2410/include/mach/pwm.h
diff --git a/arch/arm/mach-s3c2410/pwm.c b/arch/arm/mach-s3c2410/pwm.c
index 355f956abef..d6780841c69 100644
--- a/arch/arm/mach-s3c2410/pwm.c
+++ b/arch/arm/mach-s3c2410/pwm.c
@@ -23,7 +23,7 @@
#include <linux/device.h>
#include <mach/hardware.h>
#include <asm/plat-s3c/regs-timer.h>
-#include <asm/arch-s3c2410/pwm.h>
+#include <mach/pwm.h>
#include <asm/io.h>
#ifdef CONFIG_PM
diff --git a/arch/arm/mach-s3c2440/fiq_c_isr.c b/arch/arm/mach-s3c2440/fiq_c_isr.c
index bb2b69df0c1..3db402748f6 100644
--- a/arch/arm/mach-s3c2440/fiq_c_isr.c
+++ b/arch/arm/mach-s3c2440/fiq_c_isr.c
@@ -19,7 +19,7 @@
#include <asm/plat-s3c24xx/cpu.h>
#include <asm/plat-s3c24xx/irq.h>
-#include <asm/arch-s3c2410/pwm.h>
+#include <mach/pwm.h>
#include <asm/plat-s3c/regs-timer.h>
/*
diff --git a/drivers/leds/leds-neo1973-vibrator.c b/drivers/leds/leds-neo1973-vibrator.c
index 06a4a2ce84d..f9247baeab1 100644
--- a/drivers/leds/leds-neo1973-vibrator.c
+++ b/drivers/leds/leds-neo1973-vibrator.c
@@ -19,7 +19,7 @@
#include <linux/leds.h>
#include <mach/hardware.h>
#include <asm/mach-types.h>
-#include <asm/arch-s3c2410/pwm.h>
+#include <mach/pwm.h>
#include <mach/gta01.h>
#include <asm/plat-s3c/regs-timer.h>
diff --git a/drivers/video/backlight/gta01_bl.c b/drivers/video/backlight/gta01_bl.c
index 2b9f8cd1dc1..a84ca7448ee 100644
--- a/drivers/video/backlight/gta01_bl.c
+++ b/drivers/video/backlight/gta01_bl.c
@@ -37,7 +37,7 @@
#include <mach/hardware.h>
#include <mach/gta01.h>
-#include <asm/arch/pwm.h>
+#include <mach/pwm.h>
#include <asm/plat-s3c/regs-timer.h>
#include <asm/plat-s3c24xx/neo1973.h>
diff --git a/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h b/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h
index a96a0233919..8f7744eab63 100644
--- a/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h
+++ b/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h
@@ -16,7 +16,7 @@
* for testing
*/
-#include <asm/arch-s3c2410/pwm.h>
+#include <mach/pwm.h>
#include <asm/plat-s3c/regs-timer.h>
extern u8 fiq_ready;