aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/ifpga/rte_bus_ifpga.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bus/ifpga/rte_bus_ifpga.h')
-rw-r--r--drivers/bus/ifpga/rte_bus_ifpga.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/bus/ifpga/rte_bus_ifpga.h b/drivers/bus/ifpga/rte_bus_ifpga.h
index 51d5ae0d..d53c0f48 100644
--- a/drivers/bus/ifpga/rte_bus_ifpga.h
+++ b/drivers/bus/ifpga/rte_bus_ifpga.h
@@ -83,9 +83,6 @@ struct rte_afu_device {
#define RTE_DEV_TO_AFU(ptr) \
container_of(ptr, struct rte_afu_device, device)
-#define RTE_DRV_TO_AFU_CONST(ptr) \
- container_of(ptr, const struct rte_afu_driver, driver)
-
/**
* Initialization function for the driver called during FPGA BUS probing.
*/