diff options
| -rw-r--r-- | arch/arm/mach-prima2/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-prima2/common.c b/arch/arm/mach-prima2/common.c index 2c70f74fed5d..e110b6d4ae8c 100644 --- a/arch/arm/mach-prima2/common.c +++ b/arch/arm/mach-prima2/common.c | |||
| @@ -42,7 +42,6 @@ static const char *atlas6_dt_match[] __initdata = { | |||
| 42 | 42 | ||
| 43 | DT_MACHINE_START(ATLAS6_DT, "Generic ATLAS6 (Flattened Device Tree)") | 43 | DT_MACHINE_START(ATLAS6_DT, "Generic ATLAS6 (Flattened Device Tree)") |
| 44 | /* Maintainer: Barry Song <baohua.song@csr.com> */ | 44 | /* Maintainer: Barry Song <baohua.song@csr.com> */ |
| 45 | .nr_irqs = 128, | ||
| 46 | .map_io = sirfsoc_map_io, | 45 | .map_io = sirfsoc_map_io, |
| 47 | .init_time = sirfsoc_init_time, | 46 | .init_time = sirfsoc_init_time, |
| 48 | .init_late = sirfsoc_init_late, | 47 | .init_late = sirfsoc_init_late, |
| @@ -59,7 +58,6 @@ static const char *prima2_dt_match[] __initdata = { | |||
| 59 | 58 | ||
| 60 | DT_MACHINE_START(PRIMA2_DT, "Generic PRIMA2 (Flattened Device Tree)") | 59 | DT_MACHINE_START(PRIMA2_DT, "Generic PRIMA2 (Flattened Device Tree)") |
| 61 | /* Maintainer: Barry Song <baohua.song@csr.com> */ | 60 | /* Maintainer: Barry Song <baohua.song@csr.com> */ |
| 62 | .nr_irqs = 128, | ||
| 63 | .map_io = sirfsoc_map_io, | 61 | .map_io = sirfsoc_map_io, |
| 64 | .init_time = sirfsoc_init_time, | 62 | .init_time = sirfsoc_init_time, |
| 65 | .dma_zone_size = SZ_256M, | 63 | .dma_zone_size = SZ_256M, |
