diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2017-03-28 08:26:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-29 03:58:07 +0300 |
commit | 395a48053af6c5e0f0217b610dcb7225ea3e3e42 (patch) | |
tree | dc37d06d2e0537187101c478452f8ff1d663bd84 /include/linux/rpmsg | |
parent | 5052de8deff5619a9b7071f00084fd0264b58e17 (diff) | |
download | linux-395a48053af6c5e0f0217b610dcb7225ea3e3e42.tar.xz |
soc: qcom: smd: Remove standalone driver
Remove the standalone SMD implementation as we have transitioned the
client drivers to use the RPMSG based one.
Also remove all dependencies on QCOM_SMD from Kconfig files, in order to
keep them selectable in the absence of the removed symbol.
Acked-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/rpmsg')
-rw-r--r-- | include/linux/rpmsg/qcom_smd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rpmsg/qcom_smd.h b/include/linux/rpmsg/qcom_smd.h index 8ec8b6439b25..f27917e0a101 100644 --- a/include/linux/rpmsg/qcom_smd.h +++ b/include/linux/rpmsg/qcom_smd.h @@ -6,7 +6,7 @@ struct qcom_smd_edge; -#if IS_ENABLED(CONFIG_RPMSG_QCOM_SMD) || IS_ENABLED(CONFIG_QCOM_SMD) +#if IS_ENABLED(CONFIG_RPMSG_QCOM_SMD) struct qcom_smd_edge *qcom_smd_register_edge(struct device *parent, struct device_node *node); |