aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenjie Luo <cjluo@google.com>2016-01-14 13:13:39 -0800
committerChenjie Luo <cjluo@google.com>2016-01-20 09:25:47 -0800
commit88e0cfc896b1851a01c12cd70bc3d31b7a1498d8 (patch)
tree47b60203fd52d7600275eb8651c6cf55a1c9199d
parent023727d53659b9d413375a993bf4dc7e1b84a103 (diff)
include: qpnp-adc: fix compilation errorandroid-wear-6.0.1_r0.11
Change-Id: I1df4279b5ed449a34e44827e77aead7c27b02365
-rw-r--r--include/linux/qpnp/qpnp-adc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/qpnp/qpnp-adc.h b/include/linux/qpnp/qpnp-adc.h
index 0c05fc41c55e..5a9fba0057a4 100644
--- a/include/linux/qpnp/qpnp-adc.h
+++ b/include/linux/qpnp/qpnp-adc.h
@@ -1561,7 +1561,7 @@ static inline int32_t qpnp_adc_scale_qrd_skuh_batt_therm(
struct qpnp_vadc_chip *vdev, int32_t adc_code,
const struct qpnp_adc_properties *adc_prop,
const struct qpnp_vadc_chan_properties *chan_prop,
- struct qpnp_vadc_result *chan_rslt);
+ struct qpnp_vadc_result *chan_rslt)
{ return -ENXIO; }
static inline int32_t qpnp_adc_scale_smb_batt_therm(struct qpnp_vadc_chip *vadc,
int32_t adc_code,