summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-19 11:41:41 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-19 11:41:37 -0700
commit1d9cf2a6679f5e920fe84b8a0d2c69046b95ffa8 (patch)
tree00e13e048f890eea7e4f7bda6a6cd4a0b5717336 /include/linux
parent1a597a13e821eda97cb5f4e61f6ba8193dad0f4d (diff)
parente5316ea0f17e88eda0b2931f6e53cdfcca066173 (diff)
Merge "leds: qpnp-flash-v2: Enable charger mitigation"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/leds-qpnp-flash.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/leds-qpnp-flash.h b/include/linux/leds-qpnp-flash.h
index 4b5a339970fa..1fe6e1709fa6 100644
--- a/include/linux/leds-qpnp-flash.h
+++ b/include/linux/leds-qpnp-flash.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -18,7 +18,6 @@
#define ENABLE_REGULATOR BIT(0)
#define DISABLE_REGULATOR BIT(1)
#define QUERY_MAX_CURRENT BIT(2)
-#define PRE_FLASH BIT(3)
#define FLASH_LED_PREPARE_OPTIONS_MASK GENMASK(3, 0)