diff options
Diffstat (limited to 'arch/arm/mach-h720x/h7202-eval.c')
-rw-r--r-- | arch/arm/mach-h720x/h7202-eval.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-h720x/h7202-eval.c b/arch/arm/mach-h720x/h7202-eval.c index 8c0ba99d683f..e9f46b696354 100644 --- a/arch/arm/mach-h720x/h7202-eval.c +++ b/arch/arm/mach-h720x/h7202-eval.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <asm/types.h> | 23 | #include <asm/types.h> |
24 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |
25 | #include <asm/page.h> | 25 | #include <asm/page.h> |
26 | #include <asm/pgtable.h> | ||
27 | #include <asm/mach/arch.h> | 26 | #include <asm/mach/arch.h> |
28 | #include <mach/irqs.h> | 27 | #include <mach/irqs.h> |
29 | #include <mach/hardware.h> | 28 | #include <mach/hardware.h> |
@@ -72,8 +71,6 @@ static void __init init_eval_h7202(void) | |||
72 | 71 | ||
73 | MACHINE_START(H7202, "Hynix HMS30C7202") | 72 | MACHINE_START(H7202, "Hynix HMS30C7202") |
74 | /* Maintainer: Robert Schwebel, Pengutronix */ | 73 | /* Maintainer: Robert Schwebel, Pengutronix */ |
75 | .phys_io = 0x80000000, | ||
76 | .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, | ||
77 | .boot_params = 0x40000100, | 74 | .boot_params = 0x40000100, |
78 | .map_io = h720x_map_io, | 75 | .map_io = h720x_map_io, |
79 | .init_irq = h7202_init_irq, | 76 | .init_irq = h7202_init_irq, |