mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 13:22:55 +00:00
[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:
parent
470b160364
commit
b75d4c1d68
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user