drivers: remove direct access to interrupt handle
[dpdk.git] / drivers / bus / auxiliary / rte_bus_auxiliary.h
index b1f5610..93b266d 100644 (file)
@@ -115,7 +115,7 @@ struct rte_auxiliary_device {
        RTE_TAILQ_ENTRY(rte_auxiliary_device) next; /**< Next probed device. */
        struct rte_device device;                 /**< Inherit core device */
        char name[RTE_DEV_NAME_MAX_LEN + 1];      /**< ASCII device name */
-       struct rte_intr_handle intr_handle;       /**< Interrupt handle */
+       struct rte_intr_handle *intr_handle;       /**< Interrupt handle */
        struct rte_auxiliary_driver *driver;      /**< Device driver */
 };