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

Commit ba374c9b authored by Steven Noonan's avatar Steven Noonan Committed by Ingo Molnar
Browse files

x86: fix HPET compiler error when not using CONFIG_PCI_MSI



Added dummy function for hpet_setup_msi_irq().

Signed-off-by: default avatarSteven Noonan <steven@uplinklabs.net>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f0ed4e69
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -635,6 +635,10 @@ static int hpet_cpuhp_notify(struct notifier_block *n,
}
#else

static int hpet_setup_msi_irq(unsigned int irq)
{
	return 0;
}
void hpet_msi_capability_lookup(unsigned int start_timer)
{
	return;