x86/hpet: Move MSI support into hpet.c
authorDavid Woodhouse <dwmw@amazon.co.uk>
Sat, 24 Oct 2020 21:35:10 +0000 (22:35 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Oct 2020 19:26:25 +0000 (20:26 +0100)
commit3d7295eb3003aea9f89de35304b3a88ae4d5036b
treef2db784007471acde4443503bf035d56fe38c2ad
parentf598181acfb36f67e1de138cbe80a7db497f7d8c
x86/hpet: Move MSI support into hpet.c

This isn't really dependent on PCI MSI; it's just generic MSI which is now
supported by the generic x86_vector_domain. Move the HPET MSI support back
into hpet.c with the rest of the HPET support.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20201024213535.443185-11-dwmw2@infradead.org
arch/x86/include/asm/hpet.h
arch/x86/kernel/apic/msi.c
arch/x86/kernel/hpet.c