Remove various unused interrupt related code
[platform/kernel/u-boot.git] / board / Barix / ipam390 / ipam390.c
index 9747f32..fd1965d 100644 (file)
@@ -188,9 +188,7 @@ int board_early_init_f(void)
 
 int board_init(void)
 {
-#ifndef CONFIG_USE_IRQ
        irq_init();
-#endif
 
        /* arch number of the board */
        gd->bd->bi_arch_number = MACH_TYPE_DAVINCI_DA850_EVM;