[PATCH v2 073/148] net/ice/base: remove unused define
Anatoly Burakov
anatoly.burakov at intel.com
Wed Jun 12 17:01:07 CEST 2024
From: Ian Stokes <ian.stokes at intel.com>
In a previous patch a define was added that is not used. This is causing issues
with CI builds.
Signed-off-by: Dave Ertman <david.m.ertman at intel.com>
Signed-off-by: Ian Stokes <ian.stokes at intel.com>
---
drivers/net/ice/base/ice_sched.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ice/base/ice_sched.c b/drivers/net/ice/base/ice_sched.c
index d39106173b..cb6131f69d 100644
--- a/drivers/net/ice/base/ice_sched.c
+++ b/drivers/net/ice/base/ice_sched.c
@@ -4660,7 +4660,6 @@ ice_sched_save_tc_node_bw(struct ice_port_info *pi, u8 tc,
}
#define ICE_SCHED_GENERIC_STRICT_MODE BIT(4)
-#define ICE_SCHED_GENERIC_PRIO_M 0xE
#define ICE_SCHED_GENERIC_PRIO_S 1
/**
--
2.43.0
More information about the dev
mailing list