summaryrefslogtreecommitdiff
path: root/driver/battery/max17055.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/battery/max17055.c')
-rw-r--r--driver/battery/max17055.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/driver/battery/max17055.c b/driver/battery/max17055.c
index 1b5679fe37..f6c777e36f 100644
--- a/driver/battery/max17055.c
+++ b/driver/battery/max17055.c
@@ -168,13 +168,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);