summaryrefslogtreecommitdiff
path: root/include/linux/leds-qpnp-flash-v2.h
diff options
context:
space:
mode:
authorDevesh Jhunjhunwala <deveshj@codeaurora.org>2016-07-26 16:37:28 -0700
committerDevesh Jhunjhunwala <deveshj@codeaurora.org>2016-07-29 11:21:23 -0700
commitdc12c73b371e11c91fa80b7d8b6eb817328890af (patch)
treeb386ef59085f48576fb0100a4948d25b9e1c26d1 /include/linux/leds-qpnp-flash-v2.h
parentf2509065e9a455f1fdd450177192af20d785be71 (diff)
leds: qpnp-flash-v2: Update the flash_prepare API
Update the flash prepare API to accept a led_trigger device as an argument. Also split the leds-qpnp-flash-v2 header file to keep the flash_prepare API in a common header file for both legacy and v2 flash drivers. CRs-Fixed: 1043718 Change-Id: Idb4ab086740b680e101d76d882bcfb618ac4b936 Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
Diffstat (limited to 'include/linux/leds-qpnp-flash-v2.h')
-rw-r--r--include/linux/leds-qpnp-flash-v2.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/leds-qpnp-flash-v2.h b/include/linux/leds-qpnp-flash-v2.h
index c8db3e0a9eac..1ae77e2e277b 100644
--- a/include/linux/leds-qpnp-flash-v2.h
+++ b/include/linux/leds-qpnp-flash-v2.h
@@ -15,10 +15,6 @@
#include <linux/leds.h>
#include <linux/notifier.h>
-#include "leds.h"
-
-#define ENABLE_REGULATOR BIT(0)
-#define QUERY_MAX_CURRENT BIT(1)
enum flash_led_irq_type {
LED_FAULT_IRQ = BIT(0),
@@ -32,8 +28,6 @@ enum flash_led_irq_type {
INVALID_IRQ = BIT(8),
};
-int qpnp_flash_led_prepare(struct led_classdev *led_cdev, int options);
-
int qpnp_flash_led_register_irq_notifier(struct notifier_block *nb);
int qpnp_flash_led_unregister_irq_notifier(struct notifier_block *nb);