aboutsummaryrefslogtreecommitdiff
path: root/drivers
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 /drivers
parent66cd23e33a6d2c3b79c0d5af8896e28a25255ff4 (diff)
Move asm/arch/pwm.h to mach/pwm.h
Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/leds/leds-neo1973-vibrator.c2
-rw-r--r--drivers/video/backlight/gta01_bl.c2
2 files changed, 2 insertions, 2 deletions
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>