bdk: max17050: remove unused cached batt voltage

This commit is contained in:
CTCaer
2025-12-27 06:06:56 +02:00
parent c03757e73d
commit 067c12655b
2 changed files with 0 additions and 8 deletions

View File

@@ -134,6 +134,5 @@ int max17050_get_version(u32 *value);
int max17050_get_property(enum MAX17050_reg reg, int *value);
int max17050_fix_configuration();
void max17050_dump_regs(void *buf);
u32 max17050_get_cached_batt_volt();
#endif /* __MAX17050_H_ */