diff options
Diffstat (limited to 'arch/arm/mach-prima2/common.c')
-rw-r--r-- | arch/arm/mach-prima2/common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-prima2/common.c b/arch/arm/mach-prima2/common.c index 3b8865a140ee..47c7819edb9b 100644 --- a/arch/arm/mach-prima2/common.c +++ b/arch/arm/mach-prima2/common.c | |||
@@ -37,7 +37,6 @@ DT_MACHINE_START(ATLAS6_DT, "Generic ATLAS6 (Flattened Device Tree)") | |||
37 | .map_io = sirfsoc_map_io, | 37 | .map_io = sirfsoc_map_io, |
38 | .init_late = sirfsoc_init_late, | 38 | .init_late = sirfsoc_init_late, |
39 | .dt_compat = atlas6_dt_match, | 39 | .dt_compat = atlas6_dt_match, |
40 | .restart = sirfsoc_restart, | ||
41 | MACHINE_END | 40 | MACHINE_END |
42 | #endif | 41 | #endif |
43 | 42 | ||
@@ -53,7 +52,6 @@ DT_MACHINE_START(PRIMA2_DT, "Generic PRIMA2 (Flattened Device Tree)") | |||
53 | .dma_zone_size = SZ_256M, | 52 | .dma_zone_size = SZ_256M, |
54 | .init_late = sirfsoc_init_late, | 53 | .init_late = sirfsoc_init_late, |
55 | .dt_compat = prima2_dt_match, | 54 | .dt_compat = prima2_dt_match, |
56 | .restart = sirfsoc_restart, | ||
57 | MACHINE_END | 55 | MACHINE_END |
58 | #endif | 56 | #endif |
59 | 57 | ||
@@ -69,6 +67,5 @@ DT_MACHINE_START(MARCO_DT, "Generic MARCO (Flattened Device Tree)") | |||
69 | .map_io = sirfsoc_map_io, | 67 | .map_io = sirfsoc_map_io, |
70 | .init_late = sirfsoc_init_late, | 68 | .init_late = sirfsoc_init_late, |
71 | .dt_compat = marco_dt_match, | 69 | .dt_compat = marco_dt_match, |
72 | .restart = sirfsoc_restart, | ||
73 | MACHINE_END | 70 | MACHINE_END |
74 | #endif | 71 | #endif |