Commit-ID: 3dd786ea3a0753bb19a5fd5103739a7cb9ec92c1 Gitweb: http://git.kernel.org/tip/3dd786ea3a0753bb19a5fd5103739a7cb9ec92c1 Author: Jiang Liu <jiang....@linux.intel.com> AuthorDate: Tue, 14 Apr 2015 10:29:45 +0800 Committer: Thomas Gleixner <t...@linutronix.de> CommitDate: Fri, 24 Apr 2015 15:36:52 +0200
x86/irq: Clean up unused forward declarations in x86_init.h Clean up unused forward declarations in x86_init.h. Signed-off-by: Jiang Liu <jiang....@linux.intel.com> Tested-by: Joerg Roedel <jroe...@suse.de> Cc: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> Cc: David Cohen <david.a.co...@linux.intel.com> Cc: Sander Eikelenboom <li...@eikelenboom.it> Cc: David Vrabel <david.vra...@citrix.com> Cc: Tony Luck <tony.l...@intel.com> Cc: Joerg Roedel <j...@8bytes.org> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: Benjamin Herrenschmidt <b...@kernel.crashing.org> Cc: Rafael J. Wysocki <r...@rjwysocki.net> Cc: Randy Dunlap <rdun...@infradead.org> Cc: Yinghai Lu <ying...@kernel.org> Cc: Borislav Petkov <b...@alien8.de> Cc: Dimitri Sivanich <sivan...@sgi.com> Cc: Yijing Wang <wangyij...@huawei.com> Link: http://lkml.kernel.org/r/1428978610-28986-9-git-send-email-jiang....@linux.intel.com Signed-off-by: Thomas Gleixner <t...@linutronix.de> --- arch/x86/include/asm/x86_init.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index 4ada3d3..09d4dab 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h @@ -171,7 +171,6 @@ struct x86_platform_ops { }; struct pci_dev; -struct msi_msg; struct x86_msi_ops { int (*setup_msi_irqs)(struct pci_dev *dev, int nvec, int type); @@ -180,11 +179,6 @@ struct x86_msi_ops { void (*restore_msi_irqs)(struct pci_dev *dev); }; -struct IO_APIC_route_entry; -struct io_apic_irq_attr; -struct irq_data; -struct cpumask; - struct x86_io_apic_ops { void (*init) (void); unsigned int (*read) (unsigned int apic, unsigned int reg); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/