diff options
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-anubis.c')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-anubis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2440/mach-anubis.c b/arch/arm/mach-s3c2440/mach-anubis.c index 441f4bc09472..a37f8b220572 100644 --- a/arch/arm/mach-s3c2440/mach-anubis.c +++ b/arch/arm/mach-s3c2440/mach-anubis.c | |||
@@ -36,7 +36,7 @@ | |||
36 | #include <asm/irq.h> | 36 | #include <asm/irq.h> |
37 | #include <asm/mach-types.h> | 37 | #include <asm/mach-types.h> |
38 | 38 | ||
39 | #include <asm/plat-s3c/regs-serial.h> | 39 | #include <plat/regs-serial.h> |
40 | #include <mach/regs-gpio.h> | 40 | #include <mach/regs-gpio.h> |
41 | #include <mach/regs-mem.h> | 41 | #include <mach/regs-mem.h> |
42 | #include <mach/regs-lcd.h> | 42 | #include <mach/regs-lcd.h> |
@@ -50,8 +50,8 @@ | |||
50 | #include <net/ax88796.h> | 50 | #include <net/ax88796.h> |
51 | 51 | ||
52 | #include <asm/plat-s3c24xx/clock.h> | 52 | #include <asm/plat-s3c24xx/clock.h> |
53 | #include <asm/plat-s3c24xx/devs.h> | 53 | #include <plat/devs.h> |
54 | #include <asm/plat-s3c24xx/cpu.h> | 54 | #include <plat/cpu.h> |
55 | 55 | ||
56 | #define COPYRIGHT ", (c) 2005 Simtec Electronics" | 56 | #define COPYRIGHT ", (c) 2005 Simtec Electronics" |
57 | 57 | ||