hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/net/ethernet/intel/iavf/iavf.h
....@@ -398,7 +398,7 @@
398398 void iavf_update_stats(struct iavf_adapter *adapter);
399399 void iavf_reset_interrupt_capability(struct iavf_adapter *adapter);
400400 int iavf_init_interrupt_scheme(struct iavf_adapter *adapter);
401
-void iavf_irq_enable_queues(struct iavf_adapter *adapter, u32 mask);
401
+void iavf_irq_enable_queues(struct iavf_adapter *adapter);
402402 void iavf_free_all_tx_resources(struct iavf_adapter *adapter);
403403 void iavf_free_all_rx_resources(struct iavf_adapter *adapter);
404404