aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bonn <jonas.bonn@gmail.com>2008-11-19 17:11:02 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:11:02 +0000
commite98ad875b68c1205d30182d7a77391e6ae91c4ad (patch)
tree9c9b623d966fb07cb907ff8b9039b4b94eef665c
parent6b3cc5cb7383130c06d957fb01d695ff14072024 (diff)
[ARM]: Move asm/arch/gta01.h to include/mach
This file is OpenMoko specific and didn't get moved in the big file move. Move it to arch/arm/mach-s3c2410/include/mach where it belongs and fix the references to it. Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
-rw-r--r--arch/arm/mach-s3c2410/include/mach/gta01.h (renamed from include/asm-arm/arch-s3c2410/gta01.h)0
-rw-r--r--arch/arm/mach-s3c2410/mach-gta01.c2
-rw-r--r--arch/arm/plat-s3c24xx/neo1973_pm_bt.c2
-rw-r--r--arch/arm/plat-s3c24xx/neo1973_pm_gps.c2
-rw-r--r--arch/arm/plat-s3c24xx/neo1973_pm_gsm.c2
-rw-r--r--drivers/i2c/chips/pcf50606.c2
-rw-r--r--drivers/input/keyboard/qt2410kbd.c2
-rw-r--r--drivers/leds/leds-neo1973-vibrator.c2
-rw-r--r--drivers/video/backlight/gta01_bl.c2
-rw-r--r--include/asm-arm/arch-s3c2410/pwm.h2
10 files changed, 9 insertions, 9 deletions
diff --git a/include/asm-arm/arch-s3c2410/gta01.h b/arch/arm/mach-s3c2410/include/mach/gta01.h
index 0a90f9ce218..0a90f9ce218 100644
--- a/include/asm-arm/arch-s3c2410/gta01.h
+++ b/arch/arm/mach-s3c2410/include/mach/gta01.h
diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c
index e0df70e3f29..41383ad6dcf 100644
--- a/arch/arm/mach-s3c2410/mach-gta01.c
+++ b/arch/arm/mach-s3c2410/mach-gta01.c
@@ -65,7 +65,7 @@
#include <asm/arch/spi-gpio.h>
#include <mach/usb-control.h>
-#include <asm/arch/gta01.h>
+#include <mach/gta01.h>
#include <asm/plat-s3c/regs-serial.h>
#include <asm/plat-s3c/nand.h>
diff --git a/arch/arm/plat-s3c24xx/neo1973_pm_bt.c b/arch/arm/plat-s3c24xx/neo1973_pm_bt.c
index ce8d420398a..002adc4627a 100644
--- a/arch/arm/plat-s3c24xx/neo1973_pm_bt.c
+++ b/arch/arm/plat-s3c24xx/neo1973_pm_bt.c
@@ -21,7 +21,7 @@
#include <asm/plat-s3c24xx/neo1973.h>
/* For GTA01 */
-#include <asm/arch/gta01.h>
+#include <mach/gta01.h>
#include <linux/pcf50606.h>
/* For GTA02 */
diff --git a/arch/arm/plat-s3c24xx/neo1973_pm_gps.c b/arch/arm/plat-s3c24xx/neo1973_pm_gps.c
index f8dd2ef4194..5bc1c0c02c8 100644
--- a/arch/arm/plat-s3c24xx/neo1973_pm_gps.c
+++ b/arch/arm/plat-s3c24xx/neo1973_pm_gps.c
@@ -24,7 +24,7 @@
#include <asm/plat-s3c24xx/neo1973.h>
/* For GTA01 */
-#include <asm/arch/gta01.h>
+#include <mach/gta01.h>
#include <linux/pcf50606.h>
/* For GTA02 */
diff --git a/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c b/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
index 4669d9d16fe..b720db4e88f 100644
--- a/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
+++ b/arch/arm/plat-s3c24xx/neo1973_pm_gsm.c
@@ -21,7 +21,7 @@
#include <asm/arch/gpio.h>
#include <asm/mach-types.h>
-#include <asm/arch/gta01.h>
+#include <mach/gta01.h>
#include <asm/plat-s3c24xx/neo1973.h>
#include <asm/arch/s3c24xx-serial.h>
diff --git a/drivers/i2c/chips/pcf50606.c b/drivers/i2c/chips/pcf50606.c
index 005b968b49b..399703dab91 100644
--- a/drivers/i2c/chips/pcf50606.c
+++ b/drivers/i2c/chips/pcf50606.c
@@ -52,7 +52,7 @@
#include <linux/apm-emulation.h>
#include <asm/mach-types.h>
-#include <asm/arch/gta01.h>
+#include <mach/gta01.h>
#include "pcf50606.h"
diff --git a/drivers/input/keyboard/qt2410kbd.c b/drivers/input/keyboard/qt2410kbd.c
index b14135cd21e..bd41a24429c 100644
--- a/drivers/input/keyboard/qt2410kbd.c
+++ b/drivers/input/keyboard/qt2410kbd.c
@@ -21,7 +21,7 @@
#include <linux/slab.h>
#include <mach/hardware.h>
-#include <asm/arch/gta01.h>
+#include <mach/gta01.h>
struct gta01kbd {
struct input_dev *input;
diff --git a/drivers/leds/leds-neo1973-vibrator.c b/drivers/leds/leds-neo1973-vibrator.c
index 494fb83af4e..c3f24768e5e 100644
--- a/drivers/leds/leds-neo1973-vibrator.c
+++ b/drivers/leds/leds-neo1973-vibrator.c
@@ -20,7 +20,7 @@
#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <asm/arch/pwm.h>
-#include <asm/arch/gta01.h>
+#include <mach/gta01.h>
#include <asm/plat-s3c/regs-timer.h>
#ifdef CONFIG_MACH_NEO1973_GTA02
diff --git a/drivers/video/backlight/gta01_bl.c b/drivers/video/backlight/gta01_bl.c
index cc2caee549d..2b9f8cd1dc1 100644
--- a/drivers/video/backlight/gta01_bl.c
+++ b/drivers/video/backlight/gta01_bl.c
@@ -36,7 +36,7 @@
#include <linux/clk.h>
#include <mach/hardware.h>
-#include <asm/arch/gta01.h>
+#include <mach/gta01.h>
#include <asm/arch/pwm.h>
#include <asm/plat-s3c/regs-timer.h>
diff --git a/include/asm-arm/arch-s3c2410/pwm.h b/include/asm-arm/arch-s3c2410/pwm.h
index b77a40e7106..5689ce973d2 100644
--- a/include/asm-arm/arch-s3c2410/pwm.h
+++ b/include/asm-arm/arch-s3c2410/pwm.h
@@ -9,7 +9,7 @@
#include <mach/hardware.h>
#include <asm/mach-types.h>
#include <asm/plat-s3c/regs-timer.h>
-#include <asm/arch/gta01.h>
+#include <mach/gta01.h>
enum pwm_timer {
PWM0,