From: Steven Noonan Date: Mon, 8 Sep 2008 23:19:09 +0000 (-0700) Subject: x86: fix HPET compiler error when not using CONFIG_PCI_MSI X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ba374c9baef910fbc5373541d98c50f15e82c3f8;p=linux-beck.git x86: fix HPET compiler error when not using CONFIG_PCI_MSI Added dummy function for hpet_setup_msi_irq(). Signed-off-by: Steven Noonan Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index 01005aeda7d9..422c577ef691 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c @@ -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;