diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-10-19 19:40:03 -0700 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-11-14 21:52:14 -0800 |
commit | 8fc947230fbc5da1d6d198c758b894f847bf2a28 (patch) | |
tree | 142843e9c695004c8abdf306dd082bfb1dae9e8c /drivers/rpmsg | |
parent | 7bdc9650f03604b06ba7434fab694e8ae8ca782d (diff) | |
download | linux-8fc947230fbc5da1d6d198c758b894f847bf2a28.tar.bz2 |
rpmsg: smd: Expose edge registration functions
The edge registration functions is to be used from a remoteproc driver
to register and unregister an edge as the remote processor comes and
goes.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/rpmsg')
-rw-r--r-- | drivers/rpmsg/qcom_smd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rpmsg/qcom_smd.c b/drivers/rpmsg/qcom_smd.c index 06fef2b4c814..394a1b52e471 100644 --- a/drivers/rpmsg/qcom_smd.c +++ b/drivers/rpmsg/qcom_smd.c @@ -25,6 +25,7 @@ #include <linux/soc/qcom/smem.h> #include <linux/wait.h> #include <linux/rpmsg.h> +#include <linux/rpmsg/qcom_smd.h> #include "rpmsg_internal.h" |