]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[ARM] S3C24XX: Additional include moves
authorBen Dooks <ben-linux@fluff.org>
Tue, 7 Oct 2008 22:09:51 +0000 (23:09 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 7 Oct 2008 22:09:51 +0000 (23:09 +0100)
Continue moving the include files into arch/arm

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
46 files changed:
arch/arm/mach-s3c2410/clock.c
arch/arm/mach-s3c2410/dma.c
arch/arm/mach-s3c2410/include/mach/map.h
arch/arm/mach-s3c2410/include/mach/uncompress.h
arch/arm/mach-s3c2410/mach-bast.c
arch/arm/mach-s3c2410/mach-h1940.c
arch/arm/mach-s3c2410/mach-n30.c
arch/arm/mach-s3c2410/mach-otom.c
arch/arm/mach-s3c2410/mach-qt2410.c
arch/arm/mach-s3c2410/mach-smdk2410.c
arch/arm/mach-s3c2410/mach-vr1000.c
arch/arm/mach-s3c2410/s3c2410.c
arch/arm/mach-s3c2412/clock.c
arch/arm/mach-s3c2412/dma.c
arch/arm/mach-s3c2412/mach-jive.c
arch/arm/mach-s3c2412/mach-smdk2413.c
arch/arm/mach-s3c2412/mach-vstms.c
arch/arm/mach-s3c2412/pm.c
arch/arm/mach-s3c2412/s3c2412.c
arch/arm/mach-s3c2440/clock.c
arch/arm/mach-s3c2440/dma.c
arch/arm/mach-s3c2440/mach-anubis.c
arch/arm/mach-s3c2440/mach-at2440evb.c
arch/arm/mach-s3c2440/mach-nexcoder.c
arch/arm/mach-s3c2440/mach-osiris.c
arch/arm/mach-s3c2440/mach-rx3715.c
arch/arm/mach-s3c2440/mach-smdk2440.c
arch/arm/mach-s3c2442/clock.c
arch/arm/mach-s3c2443/clock.c
arch/arm/mach-s3c2443/dma.c
arch/arm/mach-s3c2443/mach-smdk2443.c
arch/arm/plat-s3c/include/plat/map.h [moved from include/asm-arm/plat-s3c/map.h with 100% similarity]
arch/arm/plat-s3c/include/plat/regs-adc.h [moved from include/asm-arm/plat-s3c/regs-adc.h with 100% similarity]
arch/arm/plat-s3c/include/plat/uncompress.h [moved from include/asm-arm/plat-s3c/uncompress.h with 100% similarity]
arch/arm/plat-s3c24xx/clock.c
arch/arm/plat-s3c24xx/common-smdk.c
arch/arm/plat-s3c24xx/cpu.c
arch/arm/plat-s3c24xx/dma.c
arch/arm/plat-s3c24xx/include/plat/clock.h [moved from include/asm-arm/plat-s3c24xx/clock.h with 100% similarity]
arch/arm/plat-s3c24xx/include/plat/common-smdk.h [moved from include/asm-arm/plat-s3c24xx/common-smdk.h with 100% similarity]
arch/arm/plat-s3c24xx/include/plat/dma.h [moved from include/asm-arm/plat-s3c24xx/dma.h with 100% similarity]
arch/arm/plat-s3c24xx/include/plat/s3c2412.h [moved from include/asm-arm/plat-s3c24xx/s3c2412.h with 100% similarity]
arch/arm/plat-s3c24xx/pwm-clock.c
arch/arm/plat-s3c24xx/s3c244x-clock.c
arch/arm/plat-s3c24xx/s3c244x.c
arch/arm/plat-s3c24xx/time.c

index f0172d2c33bbbf6389b370bd5feab45a7ce1d046..c9ac206f349b501571b178c50a5d800d857a76d1 100644 (file)
@@ -42,7 +42,7 @@
 #include <mach/regs-gpio.h>
 
 #include <plat/s3c2410.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 
 int s3c2410_clkcon_enable(struct clk *clk, int enable)
index 99b6d68b754ce503fbcab93e874841bbff1d58da..7d914a470b6c7d228d8bf841380524b6fd65a56f 100644 (file)
@@ -21,7 +21,7 @@
 #include <mach/dma.h>
 
 #include <plat/cpu.h>
-#include <asm/plat-s3c24xx/dma.h>
+#include <plat/dma.h>
 
 #include <plat/regs-serial.h>
 #include <mach/regs-gpio.h>
index 64bf7e94a5bf0baac8a68008c9ed23bebef28a5d..23c470c2e5b13cf1420a542875c80ab07547cc4a 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef __ASM_ARCH_MAP_H
 #define __ASM_ARCH_MAP_H
 
-#include <asm/plat-s3c/map.h>
+#include <plat/map.h>
 
 #define S3C2410_ADDR(x)                S3C_ADDR(x)
 
index 708e47459ffc91f331804a63d08c32890a3cb41b..ab39491beee209328854aef56651b4e829d30171 100644 (file)
@@ -21,7 +21,7 @@
 #undef S3C2410_GPIOREG
 #define S3C2410_GPIOREG(x) ((S3C24XX_PA_GPIO + (x)))
 
-#include <asm/plat-s3c/uncompress.h>
+#include <plat/uncompress.h>
 
 static inline int is_arm926(void)
 {
index a01e3d3b0dff6cdf55e142a6d505ab10aa5ed1f9..599c0c227b96c4f3c5bee53c33aa12d972254f45 100644 (file)
@@ -55,7 +55,7 @@
 
 #include <linux/serial_8250.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
index f9538d1965f331be670bea1eb491b11a30c6a032..21b365739430a3d76c5b57dab0e68f35145baa8b 100644 (file)
@@ -40,7 +40,7 @@
 #include <mach/fb.h>
 #include <asm/plat-s3c24xx/udc.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 #include <plat/pm.h>
index f9cc338a9c4cf98dbec6d059892e69392052e4eb..b0534ad5bc11f7b36d9239a7416b557ee99adcd4 100644 (file)
@@ -43,7 +43,7 @@
 #include <asm/plat-s3c/iic.h>
 #include <plat/regs-serial.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 #include <plat/devs.h>
 #include <plat/s3c2410.h>
index d49dbb0a4c8d51b95aaded01d1b87c3cd57b4a88..3a32e1636aa47533a9235db6c56cd1ca2368b6e7 100644 (file)
@@ -33,7 +33,7 @@
 #include <mach/regs-gpio.h>
 
 #include <plat/s3c2410.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
index c3277258ecafdade3a229292ec1be37be9b043fe..53ad949ef6c241b4e6bd473fcb501afd4e2f224e 100644 (file)
@@ -56,7 +56,7 @@
 #include <mach/spi.h>
 #include <mach/spi-gpio.h>
 
-#include <asm/plat-s3c24xx/common-smdk.h>
+#include <plat/common-smdk.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 #include <plat/pm.h>
index 6d940640a74f01f7d8800ea66e67c94957338221..406cba871c656ac8220c417a74c1a2ce22f162bf 100644 (file)
@@ -51,7 +51,7 @@
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
-#include <asm/plat-s3c24xx/common-smdk.h>
+#include <plat/common-smdk.h>
 
 static struct map_desc smdk2410_iodesc[] __initdata = {
   /* nothing here yet */
index 41a2a0ee35570c0929ecfa6fad0b1efb2152cd60..99c82079335e42f77e5b64bdd6e38490bdfffdde 100644 (file)
@@ -44,7 +44,7 @@
 #include <mach/regs-gpio.h>
 #include <mach/leds-gpio.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
index 97173d360594e3127adef2c926bc363e6ac333fb..e84c166a6f6e1ff1bd93ef9cb627a5b6408db38f 100644 (file)
@@ -34,7 +34,7 @@
 #include <plat/s3c2410.h>
 #include <plat/cpu.h>
 #include <plat/devs.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 
 /* Initial IO mappings */
 
index 8b3382d2479951061bc18cfe565d9cdc5bdf0af2..8be4cd677385124f6761ec4c661caf830c1f0865 100644 (file)
@@ -41,8 +41,8 @@
 #include <mach/regs-clock.h>
 #include <mach/regs-gpio.h>
 
-#include <asm/plat-s3c24xx/s3c2412.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/s3c2412.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 
 /* We currently have to assume that the system is running
index d4af572f22fd42edfff8a1de8a8ad9796b27084e..6038e9f30ad8042c6b9092ff81e0c0a7a7052fb3 100644 (file)
@@ -21,7 +21,7 @@
 #include <mach/dma.h>
 #include <asm/io.h>
 
-#include <asm/plat-s3c24xx/dma.h>
+#include <plat/dma.h>
 #include <plat/cpu.h>
 
 #include <plat/regs-serial.h>
index 246c6dbcd87c43d58e663cf9b1192dd138ca187c..b08f18c8c47a0144868763d46c44eb844b93eb6b 100644 (file)
@@ -48,7 +48,7 @@
 #include <linux/mtd/nand_ecc.h>
 #include <linux/mtd/partitions.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 #include <plat/pm.h>
index ae8dea1dbd83fe0f8038510dc617cac063214fcf..cd20dbbf9c275f8fd9d5c017e0a8215252bed49a 100644 (file)
 #include <mach/fb.h>
 
 #include <plat/s3c2410.h>
-#include <asm/plat-s3c24xx/s3c2412.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/s3c2412.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
-#include <asm/plat-s3c24xx/common-smdk.h>
+#include <plat/common-smdk.h>
 
 static struct map_desc smdk2413_iodesc[] __initdata = {
 };
index 4e84d404bf2637e6839eadf74beed2c683f85099..70463ccdb5fe6da62d9e0d21855279d24995c6ae 100644 (file)
@@ -43,8 +43,8 @@
 #include <asm/plat-s3c/nand.h>
 
 #include <plat/s3c2410.h>
-#include <asm/plat-s3c24xx/s3c2412.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/s3c2412.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
index 3e5575f66863f8e13073ec4409a0e1d6b26592c7..4c988a44d286091fb1aaedf1ad9dafdee0376e3e 100644 (file)
@@ -31,7 +31,7 @@
 #include <plat/cpu.h>
 #include <plat/pm.h>
 
-#include <asm/plat-s3c24xx/s3c2412.h>
+#include <plat/s3c2412.h>
 
 extern void s3c2412_sleep_enter(void);
 
index 4262de06f92032280f0e451477d21989a66cc0fa..4f18dfc04226263974b7ae58597c1ed3a0c62d15 100644 (file)
 #include <asm/plat-s3c24xx/regs-spi.h>
 #include <mach/regs-s3c2412.h>
 
-#include <asm/plat-s3c24xx/s3c2412.h>
+#include <plat/s3c2412.h>
 #include <plat/cpu.h>
 #include <plat/devs.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/pm.h>
 
 #ifndef CONFIG_CPU_S3C2412_ONLY
index bb1101f6a896dc225772b1e85d8d5f229be24944..70aba1e9f7da19ec7cc17ab360ae934147badeb1 100644 (file)
@@ -41,7 +41,7 @@
 
 #include <mach/regs-clock.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 
 /* S3C2440 extended clock support */
index b674f869e57cb97868d908b6491ed06a3976c420..32303f6a83219dc5f2a3b6b263610ae77121d40a 100644 (file)
@@ -20,7 +20,7 @@
 #include <asm/dma.h>
 #include <mach/dma.h>
 
-#include <asm/plat-s3c24xx/dma.h>
+#include <plat/dma.h>
 #include <plat/cpu.h>
 
 #include <plat/regs-serial.h>
index a37f8b220572f71acb052f34d4f8b6cfb171df76..1309fbe58543ee22b22697d9154601a0379c1943 100644 (file)
@@ -49,7 +49,7 @@
 
 #include <net/ax88796.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
index 5114b87d8cfd1ed7553ca05e40e32bf8ff08eb43..66876c6f2f1c593f643cbdd9be679a7949597a27 100644 (file)
@@ -42,7 +42,7 @@
 #include <linux/mtd/nand_ecc.h>
 #include <linux/mtd/partitions.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
index 9d8259589856fe0649425e56ab6fad3727e03bbb..76b8991dc23d9d3c22845e4d3df75ad3007436f2 100644 (file)
@@ -40,7 +40,7 @@
 
 #include <plat/s3c2410.h>
 #include <plat/s3c2440.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
index 5b1c32e64f0b63dfd65c1992c8615313aa64a847..6de08f935a844fd45d641d365b7f1aa445a549a4 100644 (file)
@@ -44,7 +44,7 @@
 #include <linux/mtd/nand_ecc.h>
 #include <linux/mtd/partitions.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
index 46128a170fed75bb735a4efea77a4cdf20490af8..1c91c586f64bb0d4057304dd6a0d38c66d22dbf8 100644 (file)
@@ -46,7 +46,7 @@
 #include <asm/plat-s3c/nand.h>
 #include <mach/fb.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 #include <plat/pm.h>
index e1799abec87d44e7a5b3702ed6adbf7924c399bb..2bd14a3778d4545e05edd401e5d0f6c3812a0ea4 100644 (file)
 
 #include <plat/s3c2410.h>
 #include <plat/s3c2440.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
-#include <asm/plat-s3c24xx/common-smdk.h>
+#include <plat/common-smdk.h>
 
 static struct map_desc smdk2440_iodesc[] __initdata = {
        /* ISA IO Space map (memory space selected by A24) */
index 075db289b7f3d879a0956b53f36e8d9cf1f72fd6..6bd81790c167b9e27ef174011c375e87a7a30900 100644 (file)
@@ -41,7 +41,7 @@
 
 #include <mach/regs-clock.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 
 /* S3C2442 extended clock support */
index ce56b51170f72024cf54b2238af4b9cafedab929..0e849063de758af0f3ad2126c7e931c971eda4bd 100644 (file)
@@ -40,7 +40,7 @@
 #include <mach/regs-s3c2443-clock.h>
 
 #include <plat/s3c2443.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 
 /* We currently have to assume that the system is running
index e75b6e3cfc343f0b233b09baebe382440a466840..438a01960882eaab8a0a90d86ebcc1f2b3127f97 100644 (file)
@@ -21,7 +21,7 @@
 #include <mach/dma.h>
 #include <asm/io.h>
 
-#include <asm/plat-s3c24xx/dma.h>
+#include <plat/dma.h>
 #include <plat/cpu.h>
 
 #include <plat/regs-serial.h>
index b1d5637d6dc1ea0ba3c5d53ea46391bf0ec897a3..4ea77bfb8b0a664d89f4cc831d1cb042375e596f 100644 (file)
 
 #include <plat/s3c2410.h>
 #include <plat/s3c2440.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 
-#include <asm/plat-s3c24xx/common-smdk.h>
+#include <plat/common-smdk.h>
 
 static struct map_desc smdk2443_iodesc[] __initdata = {
        /* ISA IO Space map (memory space selected by A24) */
index 80fb82f2616d7f5855ce9f33986f0c53eada4a0a..f333b64512b3672ee32c97faddee89fef7396f96 100644 (file)
@@ -47,7 +47,7 @@
 #include <mach/regs-clock.h>
 #include <mach/regs-gpio.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 
 /* clock information */
index 32490fa97b4087ab76e32347b06771c1a0ea5efc..ebdf6cd832a494bcb80e8f92bb2683a2f0839865 100644 (file)
@@ -40,7 +40,7 @@
 
 #include <asm/plat-s3c/nand.h>
 
-#include <asm/plat-s3c24xx/common-smdk.h>
+#include <plat/common-smdk.h>
 #include <plat/devs.h>
 #include <plat/pm.h>
 
index abddadd6911911baa06dcaad2b9eef7680d870ae..51aea671075f791f3a217fd7f88ebc591ee3fa23 100644 (file)
 
 #include <plat/cpu.h>
 #include <plat/devs.h>
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/s3c2400.h>
 #include <plat/s3c2410.h>
-#include <asm/plat-s3c24xx/s3c2412.h>
+#include <plat/s3c2412.h>
 #include "s3c244x.h"
 #include <plat/s3c2440.h>
 #include <plat/s3c2442.h>
index 08c2aaf14c41d56e0438cefd6e493cefbafe3d7f..390ff9f478bfe4ca74bbd3ffa3a7763f9fa0461a 100644 (file)
@@ -36,7 +36,7 @@
 #include <asm/mach/dma.h>
 #include <mach/map.h>
 
-#include <asm/plat-s3c24xx/dma.h>
+#include <plat/dma.h>
 
 /* io map for dma */
 static void __iomem *dma_base;
index 245270b7d5b7b14a2c684177644bde390b201df0..b8e854f1b1d50dbc4f7524b2b9843ed614f51a4b 100644 (file)
@@ -24,7 +24,7 @@
 #include <mach/regs-clock.h>
 #include <mach/regs-gpio.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 
 #include <plat/regs-timer.h>
index 2a8d7ca428b56878b5fcfaf8e3419d729508f010..b998ee6244713cc4666d1d96d58cfb9ea523246a 100644 (file)
@@ -41,7 +41,7 @@
 
 #include <mach/regs-clock.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 
 static int s3c2440_setparent_armclk(struct clk *clk, struct clk *parent)
index 793e0cae2c7743a2bacb99a80e3f0290e068aa46..e94721fad41167e6d4542c194d8f0e7a9092daa1 100644 (file)
@@ -38,7 +38,7 @@
 #include <plat/s3c2410.h>
 #include <plat/s3c2440.h>
 #include "s3c244x.h"
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/devs.h>
 #include <plat/cpu.h>
 #include <plat/pm.h>
index 71c65c93dab0d326bd4892dcebe59eeb9a6d1b86..0bba4bf25a95fc0a8a0a7009fe539b4287126767 100644 (file)
@@ -37,7 +37,7 @@
 #include <mach/regs-irq.h>
 #include <asm/mach/time.h>
 
-#include <asm/plat-s3c24xx/clock.h>
+#include <plat/clock.h>
 #include <plat/cpu.h>
 
 static unsigned long timer_startval;