Skip to content

Commit

Permalink
[ARM] S3C24XX: Additional include moves
Browse files Browse the repository at this point in the history
Continue moving the include files into arch/arm

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Oct 7, 2008
1 parent a2b7ba9 commit d5120ae
Show file tree
Hide file tree
Showing 46 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/include/mach/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-bast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-h1940.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-n30.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-otom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-qt2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-smdk2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/mach-vr1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-s3c2412/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2412/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2412/mach-jive.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions arch/arm/mach-s3c2412/mach-smdk2413.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
#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 = {
};
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-s3c2412/mach-vstms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2412/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-s3c2412/s3c2412.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
#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
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-anubis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-at2440evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-nexcoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-osiris.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/mach-rx3715.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-s3c2440/mach-smdk2440.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@

#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) */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2442/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2443/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2443/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-s3c2443/mach-smdk2443.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@

#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) */
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/common-smdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions arch/arm/plat-s3c24xx/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@

#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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/pwm-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/s3c244x-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/s3c244x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d5120ae

Please sign in to comment.