[MIPS] Fix bcm1480 compile

Fix compilation for bcm1480, a hpt is only available on sb1250/bcm112x.

Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Thiemo Seufer 2006-06-18 05:17:54 +01:00 committed by Ralf Baechle
parent 470b160364
commit b75d4c1d68

View file

@ -72,8 +72,10 @@ const char *get_system_type(void)
void __init swarm_time_init(void)
{
#if defined(CONFIG_SIBYTE_SB1250) || defined(CONFIG_SIBYTE_BCM112X)
/* Setup HPT */
sb1250_hpt_setup();
#endif
}
void __init swarm_timer_setup(struct irqaction *irq)