diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-08-26 14:17:04 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-09-16 17:52:38 +0300 |
commit | 874a2013a07dd8ec48413db5d06d27d02f7765b5 (patch) | |
tree | 4b50d63258866b759c72d1f0bd78eb752e34d020 /arch/x86/include | |
parent | 7ca435cf857dd63d29d5e0b785807f6988788d2f (diff) | |
download | linux-874a2013a07dd8ec48413db5d06d27d02f7765b5.tar.xz |
x86/irq: Make most MSI ops XEN private
Nothing except XEN uses the setup/teardown ops. Hide them there.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200826112334.198633344@linutronix.de
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/x86_init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index d8b597ca7e6b..397196fae24d 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h @@ -276,8 +276,6 @@ struct x86_platform_ops { struct pci_dev; struct x86_msi_ops { - int (*setup_msi_irqs)(struct pci_dev *dev, int nvec, int type); - void (*teardown_msi_irqs)(struct pci_dev *dev); void (*restore_msi_irqs)(struct pci_dev *dev); }; |