[PATCH 5/5] bus/fslmc: remove raw device in bus device
David Marchand
david.marchand at redhat.com
Sat Nov 8 16:32:06 CET 2025
There is no user of this field.
Signed-off-by: David Marchand <david.marchand at redhat.com>
---
drivers/bus/fslmc/bus_fslmc_driver.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/bus/fslmc/bus_fslmc_driver.h b/drivers/bus/fslmc/bus_fslmc_driver.h
index 094f885f59..89abc3c486 100644
--- a/drivers/bus/fslmc/bus_fslmc_driver.h
+++ b/drivers/bus/fslmc/bus_fslmc_driver.h
@@ -97,9 +97,6 @@ enum rte_dpaa2_dev_type {
struct rte_dpaa2_device {
TAILQ_ENTRY(rte_dpaa2_device) next; /**< Next probed DPAA2 device. */
struct rte_device device; /**< Inherit core device */
- union {
- struct rte_rawdev *rawdev; /**< Raw Device */
- };
enum rte_dpaa2_dev_type dev_type; /**< Device Type */
uint16_t object_id; /**< DPAA2 Object ID */
enum rte_dpaa2_dev_type ep_dev_type; /**< Endpoint Device Type */
--
2.51.0
More information about the dev
mailing list