summaryrefslogtreecommitdiff
path: root/driver/battery/mm8013.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/battery/mm8013.c')
-rw-r--r--driver/battery/mm8013.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/driver/battery/mm8013.c b/driver/battery/mm8013.c
index b3034464e7..d9307059b6 100644
--- a/driver/battery/mm8013.c
+++ b/driver/battery/mm8013.c
@@ -116,13 +116,6 @@ int battery_time_at_rate(int rate, int *minutes)
return EC_ERROR_UNIMPLEMENTED;
}
-int battery_manufacturer_name(char *dest, int size)
-{
- strzcpy(dest, "<unkn>", size);
-
- return EC_SUCCESS;
-}
-
int battery_device_chemistry(char *dest, int size)
{
strzcpy(dest, "<unkn>", size);