aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rpmsg.h
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2016-08-12 21:38:44 -0700
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-08-12 21:38:44 -0700
commit4851b1b207d63599d14bd1d316423cd054d90860 (patch)
treed47534c5d2c37029e0dfdb8b5fb7d30a3ee165a1 /include/linux/rpmsg.h
parentsamples/rpmsg: add support for multiple instances (diff)
downloadlinux-dev-4851b1b207d63599d14bd1d316423cd054d90860.tar.xz
linux-dev-4851b1b207d63599d14bd1d316423cd054d90860.zip
rpmsg: Drop prototypes for non-existing functions
The (un)register_rpmsg_device() functions never made it to mainline, so drop them for now. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'include/linux/rpmsg.h')
-rw-r--r--include/linux/rpmsg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/rpmsg.h b/include/linux/rpmsg.h
index 565917cdb4d2..2b97c711a5e3 100644
--- a/include/linux/rpmsg.h
+++ b/include/linux/rpmsg.h
@@ -167,8 +167,6 @@ struct rpmsg_driver {
void (*callback)(struct rpmsg_channel *, void *, int, void *, u32);
};
-int register_rpmsg_device(struct rpmsg_channel *dev);
-void unregister_rpmsg_device(struct rpmsg_channel *dev);
int __register_rpmsg_driver(struct rpmsg_driver *drv, struct module *owner);
void unregister_rpmsg_driver(struct rpmsg_driver *drv);
void rpmsg_destroy_ept(struct rpmsg_endpoint *);