diff options
Diffstat (limited to 'arch/arm/mach-virt/virt.c')
-rw-r--r-- | arch/arm/mach-virt/virt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-virt/virt.c b/arch/arm/mach-virt/virt.c index 061f283f579e..bdf05f41ca90 100644 --- a/arch/arm/mach-virt/virt.c +++ b/arch/arm/mach-virt/virt.c | |||
@@ -18,7 +18,6 @@ | |||
18 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <linux/irqchip.h> | ||
22 | #include <linux/of_irq.h> | 21 | #include <linux/of_irq.h> |
23 | #include <linux/of_platform.h> | 22 | #include <linux/of_platform.h> |
24 | #include <linux/smp.h> | 23 | #include <linux/smp.h> |
@@ -39,7 +38,6 @@ static const char *virt_dt_match[] = { | |||
39 | extern struct smp_operations virt_smp_ops; | 38 | extern struct smp_operations virt_smp_ops; |
40 | 39 | ||
41 | DT_MACHINE_START(VIRT, "Dummy Virtual Machine") | 40 | DT_MACHINE_START(VIRT, "Dummy Virtual Machine") |
42 | .init_irq = irqchip_init, | ||
43 | .init_machine = virt_init, | 41 | .init_machine = virt_init, |
44 | .smp = smp_ops(virt_smp_ops), | 42 | .smp = smp_ops(virt_smp_ops), |
45 | .dt_compat = virt_dt_match, | 43 | .dt_compat = virt_dt_match, |