diff options
Diffstat (limited to 'include/linux/soc/qcom/smem.h')
-rw-r--r-- | include/linux/soc/qcom/smem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/soc/qcom/smem.h b/include/linux/soc/qcom/smem.h index c1657ed27b30..86e1b358688a 100644 --- a/include/linux/soc/qcom/smem.h +++ b/include/linux/soc/qcom/smem.h | |||
@@ -9,4 +9,6 @@ void *qcom_smem_get(unsigned host, unsigned item, size_t *size); | |||
9 | 9 | ||
10 | int qcom_smem_get_free_space(unsigned host); | 10 | int qcom_smem_get_free_space(unsigned host); |
11 | 11 | ||
12 | phys_addr_t qcom_smem_virt_to_phys(void *p); | ||
13 | |||
12 | #endif | 14 | #endif |