diff options
Diffstat (limited to 'arch/x86/include/asm/x86_init.h')
-rw-r--r-- | arch/x86/include/asm/x86_init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index f145d843f03..34f61cd56f3 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h | |||
@@ -101,9 +101,11 @@ struct x86_init_iommu { | |||
101 | /* | 101 | /* |
102 | * struct x86_init_pci - platform specific pci init functions | 102 | * struct x86_init_pci - platform specific pci init functions |
103 | * @init: platform specific pci init | 103 | * @init: platform specific pci init |
104 | * @init_irq: platform specific pci irq init | ||
104 | */ | 105 | */ |
105 | struct x86_init_pci { | 106 | struct x86_init_pci { |
106 | int (*init)(void); | 107 | int (*init)(void); |
108 | void (*init_irq)(void); | ||
107 | }; | 109 | }; |
108 | 110 | ||
109 | /** | 111 | /** |