|
@@ -11,7 +11,6 @@
|
|
|
*/
|
|
|
|
|
|
#include <linux/init.h>
|
|
|
-#include <linux/irqchip.h>
|
|
|
#include <linux/of_platform.h>
|
|
|
|
|
|
#include <asm/mach/arch.h>
|
|
@@ -31,7 +30,6 @@ static const char * const msm8960_dt_match[] __initconst = {
|
|
|
DT_MACHINE_START(MSM8960_DT, "Qualcomm MSM (Flattened Device Tree)")
|
|
|
.smp = smp_ops(msm_smp_ops),
|
|
|
.map_io = msm_map_msm8960_io,
|
|
|
- .init_irq = irqchip_init,
|
|
|
.init_time = msm_dt_timer_init,
|
|
|
.init_machine = msm_dt_init,
|
|
|
.dt_compat = msm8960_dt_match,
|