@@ -276,18 +276,17 @@ static int brcmstb_l2_lvl_intc_probe(struct platform_device *pdev, struct device
276276 return brcmstb_l2_intc_probe (pdev , parent , & l2_lvl_intc_init );
277277}
278278
279- static int __init brcmstb_l2_2711_lvl_intc_of_init (struct device_node * np ,
280- struct device_node * parent )
279+ static int brcmstb_l2_2711_lvl_intc_probe (struct platform_device * np , struct device_node * parent )
281280{
282- return brcmstb_l2_intc_of_init (np , parent , & l2_2711_lvl_intc_init );
281+ return brcmstb_l2_intc_probe (np , parent , & l2_2711_lvl_intc_init );
283282}
284283
285284IRQCHIP_PLATFORM_DRIVER_BEGIN (brcmstb_l2 )
286285IRQCHIP_MATCH ("brcm,l2-intc" , brcmstb_l2_edge_intc_probe )
287286IRQCHIP_MATCH ("brcm,hif-spi-l2-intc" , brcmstb_l2_edge_intc_probe )
288287IRQCHIP_MATCH ("brcm,upg-aux-aon-l2-intc" , brcmstb_l2_edge_intc_probe )
289288IRQCHIP_MATCH ("brcm,bcm7271-l2-intc" , brcmstb_l2_lvl_intc_probe )
290- IRQCHIP_MATCH ("brcm,bcm2711-l2-intc" , brcmstb_l2_2711_lvl_intc_of_init )
289+ IRQCHIP_MATCH ("brcm,bcm2711-l2-intc" , brcmstb_l2_2711_lvl_intc_probe )
291290IRQCHIP_PLATFORM_DRIVER_END (brcmstb_l2 )
292291MODULE_DESCRIPTION ("Broadcom STB generic L2 interrupt controller" );
293292MODULE_LICENSE ("GPL v2" );
0 commit comments