powermgmt: Remove outdated defines

CHARGING_DEBUG_FILE is not referenced anywhere else so
just remove the #ifdef block.

Change-Id: Icf4bd4edb7d38bdc86477d7d1f4e7bf9cf697d31
This commit is contained in:
Aidan MacDonald 2021-11-29 10:06:06 +00:00
parent 34b7b715e8
commit a6e90d2355
2 changed files with 2 additions and 8 deletions

View file

@ -104,12 +104,6 @@ void powermgmt_init(void) INIT_ATTR;
#endif
#endif /* CONFIG_CHARGING */
#ifdef CHARGING_DEBUG_FILE
#define POWERMGMT_DEBUG_STACK ((0x1000)/sizeof(long))
#else
#define POWERMGMT_DEBUG_STACK 0
#endif
#ifndef BATT_AVE_SAMPLES
/* slw filter constant unless otherwise specified */
#define BATT_AVE_SAMPLES 128