X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fhpet.c;h=da85a8e830a12d65e9d2f8a7f1db39b5477e9e85;hb=d45004f9947e521fc9e812bc7937ed6e0328793b;hp=e28670f9a589ad30d2654a9ed5983941a2c82cc9;hpb=1339730e73f14673ad55bddda119982504633da9;p=~andy%2Flinux diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index e28670f9a58..da85a8e830a 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c @@ -478,7 +478,7 @@ static int hpet_msi_next_event(unsigned long delta, static int hpet_setup_msi_irq(unsigned int irq) { - if (arch_setup_hpet_msi(irq, hpet_blockid)) { + if (x86_msi.setup_hpet_msi(irq, hpet_blockid)) { destroy_irq(irq); return -EINVAL; }