summaryrefslogtreecommitdiff
path: root/include/charger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/charger.h')
-rw-r--r--include/charger.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/charger.h b/include/charger.h
index 70d0ff7543..3141c89bab 100644
--- a/include/charger.h
+++ b/include/charger.h
@@ -49,8 +49,6 @@ void charger_get_params(struct charger_params *chg);
#define CHG_FLAG_BAD_INPUT_CURRENT 0x00000004
#define CHG_FLAG_BAD_STATUS 0x00000008
#define CHG_FLAG_BAD_OPTION 0x00000010
-/* Bit to indicate that the charger data has been initialized */
-#define CHG_FLAG_INITIALIZED 0x00000020
/* All of the above CHG_FLAG_BAD_* bits */
#define CHG_FLAG_BAD_ANY 0x0000001f