forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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