1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 09:53:22 +03:00

[ar71xx] add missing break statement

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16701 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-07-05 18:02:12 +00:00
parent 8a2f901563
commit b4ca45931c

View File

@ -385,6 +385,7 @@ void __init arch_init_irq(void)
ar71xx_pci_irq_init();
ar71xx_ip2_irq_handler = ar71xx_pci_irq_dispatch;
#endif
break;
case AR71XX_SOC_AR7240:
#ifdef CONFIG_PCI
ar724x_pci_irq_init();