|
@@ -24,11 +24,7 @@
|
|
|
|
|
|
#ifdef CONFIG_IRQ_REMAP
|
|
|
|
|
|
-struct IO_APIC_route_entry;
|
|
|
-struct io_apic_irq_attr;
|
|
|
struct irq_data;
|
|
|
-struct cpumask;
|
|
|
-struct pci_dev;
|
|
|
struct msi_msg;
|
|
|
struct irq_domain;
|
|
|
struct irq_alloc_info;
|
|
@@ -54,18 +50,6 @@ struct irq_remap_ops {
|
|
|
/* Enable fault handling */
|
|
|
int (*enable_faulting)(void);
|
|
|
|
|
|
- /* IO-APIC setup routine */
|
|
|
- int (*setup_ioapic_entry)(int irq, struct IO_APIC_route_entry *,
|
|
|
- unsigned int, int,
|
|
|
- struct io_apic_irq_attr *);
|
|
|
-
|
|
|
- /* Set the CPU affinity of a remapped interrupt */
|
|
|
- int (*set_affinity)(struct irq_data *data, const struct cpumask *mask,
|
|
|
- bool force);
|
|
|
-
|
|
|
- /* Free an IRQ */
|
|
|
- int (*free_irq)(int);
|
|
|
-
|
|
|
/* Get the irqdomain associated the IOMMU device */
|
|
|
struct irq_domain *(*get_ir_irq_domain)(struct irq_alloc_info *);
|
|
|
|