diff options
| author | Laxminath Kasam <lkasam@codeaurora.org> | 2015-12-03 19:21:53 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:13:03 -0700 |
| commit | 6d4b0deeb658369c8c243e0753f55715f5ba8ab8 (patch) | |
| tree | 9ef1a758981f6143f8a39327e0840ace861b2334 /include/linux | |
| parent | e58f908e4c3754b6b11054d80b7110a0ee867d7d (diff) | |
ASoC: audio: update API name for populate upper 32bits
In audio ion driver, append msm_audio_ to API
populate_upper_32bits to maintain consistency
across other API names in this driver.
Change-Id: I72aace56bf8e80c6dd83f768876253d2c7f334bb
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/msm_audio_ion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/msm_audio_ion.h b/include/linux/msm_audio_ion.h index 1dda6fd32dad..0761b880ca88 100644 --- a/include/linux/msm_audio_ion.h +++ b/include/linux/msm_audio_ion.h @@ -41,5 +41,5 @@ int msm_audio_ion_import_legacy(const char *name, struct ion_client *client, ion_phys_addr_t *paddr, size_t *pa_len, void **vaddr); int msm_audio_ion_free_legacy(struct ion_client *client, struct ion_handle *handle); -u32 populate_upper_32_bits(ion_phys_addr_t pa); +u32 msm_audio_populate_upper_32_bits(ion_phys_addr_t pa); #endif /* _LINUX_MSM_AUDIO_ION_H */ |
