eal: clean up interrupt handle
[dpdk.git] / lib / librte_eal / common / include / rte_interrupts.h
index 6cade01..5d06ed7 100644 (file)
@@ -51,8 +51,7 @@ extern "C" {
 struct rte_intr_handle;
 
 /** Function to be registered for the specific interrupt */
-typedef void (*rte_intr_callback_fn)(struct rte_intr_handle *intr_handle,
-                                                       void *cb_arg);
+typedef void (*rte_intr_callback_fn)(void *cb_arg);
 
 #include <exec-env/rte_interrupts.h>