aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/leds/leds-neo1973-vibrator.c2
-rw-r--r--drivers/power/gta02_hdq.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 f9247baeab1..cbbc33092f4 100644
--- a/drivers/leds/leds-neo1973-vibrator.c
+++ b/drivers/leds/leds-neo1973-vibrator.c
@@ -24,7 +24,7 @@
#include <asm/plat-s3c/regs-timer.h>
#ifdef CONFIG_MACH_NEO1973_GTA02
-#include <asm/arch-s3c2410/fiq_ipc_gta02.h>
+#include <mach/fiq_ipc_gta02.h>
#endif
#include <asm/plat-s3c24xx/neo1973.h>
diff --git a/drivers/power/gta02_hdq.c b/drivers/power/gta02_hdq.c
index 9760673398b..89fd3fa8b4f 100644
--- a/drivers/power/gta02_hdq.c
+++ b/drivers/power/gta02_hdq.c
@@ -18,7 +18,7 @@
#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <mach/gta02.h>
-#include <asm/arch-s3c2410/fiq_ipc_gta02.h>
+#include <mach/fiq_ipc_gta02.h>