Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d02f073 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

[MIPS] PB1200: Remove duplicate definitions

parent 6f2c3fa0
Loading
Loading
Loading
Loading
+2 −6
Original line number Original line Diff line number Diff line
@@ -151,12 +151,8 @@ void __init board_setup(void)
#endif
#endif


	/* Setup Pb1200 External Interrupt Controller */
	/* Setup Pb1200 External Interrupt Controller */
	{
		extern void (*board_init_irq)(void);
		extern void _board_init_irq(void);
	board_init_irq = _board_init_irq;
	board_init_irq = _board_init_irq;
}
}
}


int
int
board_au1200fb_panel (void)
board_au1200fb_panel (void)