diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-03 23:31:45 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-03 23:31:45 -0700 |
| commit | de0bc8ca46e95fcb649c6a5fe579eca657d91a7e (patch) | |
| tree | b2f43049b6b25385d94cc6fd9bdfdedb7a201fa0 /include | |
| parent | 5020492d4f296817f99f6fa0f6defe97ea281581 (diff) | |
| parent | 198c5bc3349b387c972adb4e68a99e52e6a0cf3d (diff) | |
Merge "soc: qcom: minidump: move elf global variables to structure"
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/minidump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/qcom/minidump.h b/include/soc/qcom/minidump.h index 9d993a17fb89..2db61a40e2cc 100644 --- a/include/soc/qcom/minidump.h +++ b/include/soc/qcom/minidump.h @@ -37,7 +37,7 @@ struct md_region { */ #ifdef CONFIG_QCOM_MINIDUMP extern int msm_minidump_add_region(const struct md_region *entry); -extern bool msm_minidump_enabled(void); +extern bool minidump_enabled; #else static inline int msm_minidump_add_region(const struct md_region *entry) { |
