aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/leds/leds-neo1973-gta02.c2
-rw-r--r--drivers/power/gta02_hdq.c2
-rw-r--r--drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/leds/leds-neo1973-gta02.c b/drivers/leds/leds-neo1973-gta02.c
index 142b5cbd091..9350eb36ac4 100644
--- a/drivers/leds/leds-neo1973-gta02.c
+++ b/drivers/leds/leds-neo1973-gta02.c
@@ -17,7 +17,7 @@
#include <linux/leds.h>
#include <mach/hardware.h>
#include <asm/mach-types.h>
-#include <asm/arch-s3c2410/gta02.h>
+#include <mach/gta02.h>
#include <asm/plat-s3c/regs-timer.h>
#include <asm/plat-s3c24xx/neo1973.h>
diff --git a/drivers/power/gta02_hdq.c b/drivers/power/gta02_hdq.c
index cbade86664a..9760673398b 100644
--- a/drivers/power/gta02_hdq.c
+++ b/drivers/power/gta02_hdq.c
@@ -17,7 +17,7 @@
#include <linux/platform_device.h>
#include <mach/hardware.h>
#include <asm/mach-types.h>
-#include <asm/arch-s3c2410/gta02.h>
+#include <mach/gta02.h>
#include <asm/arch-s3c2410/fiq_ipc_gta02.h>
diff --git a/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c b/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c
index 4e512fa7487..5942d94d233 100644
--- a/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c
+++ b/drivers/sdio/hcd/s3c24xx/s3c24xx_hcd.c
@@ -49,7 +49,7 @@
#include <asm/arch-s3c2410/regs-sdi.h>
#include <mach/regs-gpio.h>
#include <mach/mci.h>
-#include <asm/arch-s3c2410/gta02.h>
+#include <mach/gta02.h>
#include "s3c24xx_hcd.h"