net/bnxt: retry IRQ callback deregistration
[dpdk.git] / drivers / net / bnxt / bnxt_irq.h
index 75ba213..460a97a 100644 (file)
@@ -17,7 +17,7 @@ struct bnxt_irq {
 };
 
 struct bnxt;
-void bnxt_free_int(struct bnxt *bp);
+int bnxt_free_int(struct bnxt *bp);
 void bnxt_disable_int(struct bnxt *bp);
 void bnxt_enable_int(struct bnxt *bp);
 int bnxt_setup_int(struct bnxt *bp);