Commit 5af22ea9 authored by Tom Rini's avatar Tom Rini

ppc32: Fix compiling of SBC82xx.

Noticed by David Woodhouse.
Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
parent aab66c40
......@@ -240,7 +240,6 @@ m82xx_board_init(void)
/* Anything special for this platform */
callback_init_IRQ = ppc_md.init_IRQ;
ppc_md.setup_arch = sbc82xx_setup_arch;
ppc_md.init_IRQ = sbc82xx_init_IRQ;
ppc_md.pci_map_irq = sbc82xx_pci_map_irq;
#ifdef CONFIG_GEN_RTC
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment