diff options
Diffstat (limited to 'arch/x86/kernel/hpet.c')
-rw-r--r-- | arch/x86/kernel/hpet.c | 4 |
1 files changed, 4 insertions, 0 deletions
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, | |||
635 | } | 635 | } |
636 | #else | 636 | #else |
637 | 637 | ||
638 | static int hpet_setup_msi_irq(unsigned int irq) | ||
639 | { | ||
640 | return 0; | ||
641 | } | ||
638 | void hpet_msi_capability_lookup(unsigned int start_timer) | 642 | void hpet_msi_capability_lookup(unsigned int start_timer) |
639 | { | 643 | { |
640 | return; | 644 | return; |