summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/hw_irq.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-08-26 14:16:41 +0300
committerThomas Gleixner <tglx@linutronix.de>2020-09-16 17:52:31 +0300
commit2bf1e7bcedb8802cb4fc65757b229edfe112a4bb (patch)
tree5f910e3aa715117ac346a3839fa6233d05a1550c /arch/x86/include/asm/hw_irq.h
parent874d9b3a958897e914982962fa25b3bb9dc07988 (diff)
downloadlinux-2bf1e7bcedb8802cb4fc65757b229edfe112a4bb.tar.xz
x86/msi: Consolidate HPET allocation
None of the magic HPET fields are required in any way. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Joerg Roedel <jroedel@suse.de> Link: https://lore.kernel.org/r/20200826112331.943993771@linutronix.de
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r--arch/x86/include/asm/hw_irq.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
index b0e15f617675..2d39e61b9f55 100644
--- a/arch/x86/include/asm/hw_irq.h
+++ b/arch/x86/include/asm/hw_irq.h
@@ -65,13 +65,6 @@ struct irq_alloc_info {
union {
int unused;
-#ifdef CONFIG_HPET_TIMER
- struct {
- int hpet_id;
- int hpet_index;
- void *hpet_data;
- };
-#endif
#ifdef CONFIG_PCI_MSI
struct {
struct pci_dev *msi_dev;