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

Commit b75d4c1d authored by Thiemo Seufer's avatar Thiemo Seufer Committed by Ralf Baechle
Browse files

[MIPS] Fix bcm1480 compile



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

Signed-off-by: default avatarThiemo Seufer <ths@networkno.de>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 470b1603
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)