aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/qcom_smd.c
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2016-10-19 19:40:03 -0700
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-11-14 21:52:14 -0800
commit8fc947230fbc5da1d6d198c758b894f847bf2a28 (patch)
tree142843e9c695004c8abdf306dd082bfb1dae9e8c /drivers/rpmsg/qcom_smd.c
parentremoteproc: Introduce subdevices (diff)
downloadlinux-dev-8fc947230fbc5da1d6d198c758b894f847bf2a28.tar.xz
linux-dev-8fc947230fbc5da1d6d198c758b894f847bf2a28.zip
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/qcom_smd.c')
-rw-r--r--drivers/rpmsg/qcom_smd.c1
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"