aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-s3c2410/include/mach/fiq_ipc_gta02.h (renamed from include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h)0
-rw-r--r--arch/arm/mach-s3c2440/mach-gta02.c4
-rw-r--r--drivers/leds/leds-neo1973-vibrator.c2
-rw-r--r--drivers/power/gta02_hdq.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h b/arch/arm/mach-s3c2410/include/mach/fiq_ipc_gta02.h
index 8f7744eab63..8f7744eab63 100644
--- a/include/asm-arm/arch-s3c2410/fiq_ipc_gta02.h
+++ b/arch/arm/mach-s3c2410/include/mach/fiq_ipc_gta02.h
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index 3c1cb831ff6..a5d3389eca4 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -83,7 +83,7 @@
#include <linux/glamofb.h>
-#include <asm/arch-s3c2410/fiq_ipc_gta02.h>
+#include <mach/fiq_ipc_gta02.h>
#include "fiq_c_isr.h"
#include <linux/gta02_hdq.h>
#include <linux/bq27000_battery.h>
@@ -109,7 +109,7 @@ static int gta02_charger_active_status;
/* define FIQ IPC struct */
/*
* contains stuff FIQ ISR modifies and normal kernel code can see and use
- * this is defined in <asm/arch/fiq_ipc_gta02.h>, you should customize
+ * this is defined in <arch/arm/mach-s3c2410/include/mach/fiq_ipc_gta02.h>, you should customize
* the definition in there and include the same definition in your kernel
* module that wants to interoperate with your FIQ code.
*/
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>