aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/touchscreen/s3c2410_ts.c2
-rw-r--r--drivers/leds/leds-neo1973-gta02.c2
-rw-r--r--drivers/leds/leds-neo1973-vibrator.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c
index 8a4fefa02fe..ceca0886a80 100644
--- a/drivers/input/touchscreen/s3c2410_ts.c
+++ b/drivers/input/touchscreen/s3c2410_ts.c
@@ -57,7 +57,7 @@
#include <mach/regs-gpio.h>
#include <mach/ts.h>
-#include <asm/plat-s3c/regs-adc.h>
+#include <plat/regs-adc.h>
/* For ts.dev.id.version */
#define S3C2410TSVERSION 0x0101
diff --git a/drivers/leds/leds-neo1973-gta02.c b/drivers/leds/leds-neo1973-gta02.c
index 9350eb36ac4..cb3cf03dece 100644
--- a/drivers/leds/leds-neo1973-gta02.c
+++ b/drivers/leds/leds-neo1973-gta02.c
@@ -18,7 +18,7 @@
#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <mach/gta02.h>
-#include <asm/plat-s3c/regs-timer.h>
+#include <plat/regs-timer.h>
#include <asm/plat-s3c24xx/neo1973.h>
#define MAX_LEDS 3
diff --git a/drivers/leds/leds-neo1973-vibrator.c b/drivers/leds/leds-neo1973-vibrator.c
index cbbc33092f4..27e3b67eeb5 100644
--- a/drivers/leds/leds-neo1973-vibrator.c
+++ b/drivers/leds/leds-neo1973-vibrator.c
@@ -21,7 +21,7 @@
#include <asm/mach-types.h>
#include <mach/pwm.h>
#include <mach/gta01.h>
-#include <asm/plat-s3c/regs-timer.h>
+#include <plat/regs-timer.h>
#ifdef CONFIG_MACH_NEO1973_GTA02
#include <mach/fiq_ipc_gta02.h>