[ARM] S3C24XX: Additional include moves
Continue moving the include files into arch/arm Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
a2b7ba9ca4
commit
d5120ae72a
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 = {
|
||||
};
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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) */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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) */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue