|
@@ -59,7 +59,6 @@ extern struct irq_domain *
|
|
irq_remapping_get_ir_irq_domain(struct irq_alloc_info *info);
|
|
irq_remapping_get_ir_irq_domain(struct irq_alloc_info *info);
|
|
extern struct irq_domain *
|
|
extern struct irq_domain *
|
|
irq_remapping_get_irq_domain(struct irq_alloc_info *info);
|
|
irq_remapping_get_irq_domain(struct irq_alloc_info *info);
|
|
-extern void irq_remapping_print_chip(struct irq_data *data, struct seq_file *p);
|
|
|
|
|
|
|
|
/* Create PCI MSI/MSIx irqdomain, use @parent as the parent irqdomain. */
|
|
/* Create PCI MSI/MSIx irqdomain, use @parent as the parent irqdomain. */
|
|
extern struct irq_domain *arch_create_msi_irq_domain(struct irq_domain *parent);
|
|
extern struct irq_domain *arch_create_msi_irq_domain(struct irq_domain *parent);
|
|
@@ -115,6 +114,5 @@ irq_remapping_get_irq_domain(struct irq_alloc_info *info)
|
|
return NULL;
|
|
return NULL;
|
|
}
|
|
}
|
|
|
|
|
|
-#define irq_remapping_print_chip NULL
|
|
|
|
#endif /* CONFIG_IRQ_REMAP */
|
|
#endif /* CONFIG_IRQ_REMAP */
|
|
#endif /* __X86_IRQ_REMAPPING_H */
|
|
#endif /* __X86_IRQ_REMAPPING_H */
|