diff options
| author | Abhijeet Dharmapurikar <adharmap@codeaurora.org> | 2016-01-22 15:36:58 -0800 |
|---|---|---|
| committer | Rohit Vaswani <rvaswani@codeaurora.org> | 2016-03-01 12:22:41 -0800 |
| commit | 4680135ddcd2c5233d4ae56a5c60dc5b66162cbf (patch) | |
| tree | 2ead16ded6efa979304b1542c10a2d7a5bda9835 /include/linux | |
| parent | a6fceb47325a2acd9c7a2964dca5dba78fcfa957 (diff) | |
msm: fix compiler errors/warnings in some drivers
fix compiler warnings/errors in some drivers.
Change-Id: Ibc47729b5c5b7c4277bd4666ec56fe8995548b88
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/power/qcom/apm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/power/qcom/apm.h b/include/linux/power/qcom/apm.h index c71f9547f5d9..8ac88630257a 100644 --- a/include/linux/power/qcom/apm.h +++ b/include/linux/power/qcom/apm.h @@ -42,7 +42,7 @@ static inline struct msm_apm_ctrl_dev *msm_apm_ctrl_dev_get(struct device *dev) static inline int msm_apm_set_supply(struct msm_apm_ctrl_dev *ctrl_dev, enum msm_apm_supply supply) { return -EPERM; } -static inline int msm_apm_get_supply(struct msm_apm_ctrl_dev *ctrl_dev); +static inline int msm_apm_get_supply(struct msm_apm_ctrl_dev *ctrl_dev) { return -EPERM; } #endif #endif |
