File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -431,8 +431,6 @@ struct msi_domain_info;
431
431
* function.
432
432
* @domain_free_irqs: Optional function to override the default free
433
433
* function.
434
- * @msi_post_free: Optional function which is invoked after freeing
435
- * all interrupts.
436
434
* @msi_translate: Optional translate callback to support the odd wire to
437
435
* MSI bridges, e.g. MBIGEN
438
436
*
@@ -473,8 +471,6 @@ struct msi_domain_ops {
473
471
struct device * dev , int nvec );
474
472
void (* domain_free_irqs )(struct irq_domain * domain ,
475
473
struct device * dev );
476
- void (* msi_post_free )(struct irq_domain * domain ,
477
- struct device * dev );
478
474
int (* msi_translate )(struct irq_domain * domain , struct irq_fwspec * fwspec ,
479
475
irq_hw_number_t * hwirq , unsigned int * type );
480
476
};
Original file line number Diff line number Diff line change @@ -1644,9 +1644,6 @@ static void msi_domain_free_locked(struct device *dev, struct msi_ctrl *ctrl)
1644
1644
else
1645
1645
__msi_domain_free_irqs (dev , domain , ctrl );
1646
1646
1647
- if (ops -> msi_post_free )
1648
- ops -> msi_post_free (domain , dev );
1649
-
1650
1647
if (info -> flags & MSI_FLAG_FREE_MSI_DESCS )
1651
1648
msi_domain_free_descs (dev , ctrl );
1652
1649
}
You can’t perform that action at this time.
0 commit comments