diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-08-12 21:38:44 -0700 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-08-12 21:38:44 -0700 |
commit | 4851b1b207d63599d14bd1d316423cd054d90860 (patch) | |
tree | d47534c5d2c37029e0dfdb8b5fb7d30a3ee165a1 | |
parent | a138c883193a66c3aaee554c8f976f62469c66a7 (diff) | |
download | linux-stable-4851b1b207d63599d14bd1d316423cd054d90860.tar.gz linux-stable-4851b1b207d63599d14bd1d316423cd054d90860.tar.bz2 linux-stable-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>
-rw-r--r-- | include/linux/rpmsg.h | 2 |
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 *); |