diff --git a/drivers/powercap/intel_rapl_common.c b/drivers/powercap/intel_rapl_common.c index 207825246724..3bdd21d20468 100644 --- a/drivers/powercap/intel_rapl_common.c +++ b/drivers/powercap/intel_rapl_common.c @@ -117,9 +117,6 @@ #define RAPL_EVENT_MASK GENMASK(7, 0) -#define TIME_WINDOW_MAX_MSEC 40000 -#define TIME_WINDOW_MIN_MSEC 250 - enum unit_type { ARBITRARY_UNIT, /* no translation */ POWER_UNIT,