rpmsg: Split off generic tail of create_channel()
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 1 Sep 2016 22:28:03 +0000 (15:28 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 9 Sep 2016 05:15:23 +0000 (22:15 -0700)
commit6eed598a049193917a2e15b163abb58c5c1ef466
tree3ff7f2c0bd82f7a6f39d5a91e2111b641a6b031a
parent8b881c07cb805e1a126d434359706e45864ea2df
rpmsg: Split off generic tail of create_channel()

The tail of create_channel() is common among all rpmsg backends, so
split it off from the virtio specific part to allow it to be extracted
to the rpmsg core.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/virtio_rpmsg_bus.c