summaryrefslogtreecommitdiff
path: root/baseboard/kukui/charger_mt6370.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/kukui/charger_mt6370.h')
-rw-r--r--baseboard/kukui/charger_mt6370.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/baseboard/kukui/charger_mt6370.h b/baseboard/kukui/charger_mt6370.h
deleted file mode 100644
index 9cf1b44d95..0000000000
--- a/baseboard/kukui/charger_mt6370.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef __CROS_EC_BASEBOARD_CHARGER_MT6370_H
-#define __CROS_EC_BASEBOARD_CHARGER_MT6370_H
-
-#include "charge_state.h"
-
-void mt6370_charger_profile_override(struct charge_state_data *curr);
-
-#endif