x86: Add pci_init_irq to x86_init
[pandora-kernel.git] / arch / x86 / include / asm / x86_init.h
index f145d84..34f61cd 100644 (file)
@@ -101,9 +101,11 @@ struct x86_init_iommu {
  /*
   * struct x86_init_pci - platform specific pci init functions
  * @init:                      platform specific pci init
+ * @init_irq:                  platform specific pci irq init
  */
 struct x86_init_pci {
        int (*init)(void);
+       void (*init_irq)(void);
 };
 
 /**