]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rpmsg: virtio: Remove uncallable offchannel functions
authorDr. David Alan Gilbert <linux@treblig.org>
Tue, 29 Apr 2025 23:45:58 +0000 (00:45 +0100)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 6 May 2025 17:11:45 +0000 (11:11 -0600)
commit68decaf24d4d24f4f8708a248e65e9d77ea19b85
tree2ebb4a6b3b8059fa0d957315145201066565c790
parent20b4f0b4cdfec106bb73afd47de7d121b723f723
rpmsg: virtio: Remove uncallable offchannel functions

The virtio_rpmsg_send_offchannel() and virtio_rpmsg_trysend_offchannel()
are wired up to the send_offchannel and trysend_offchannel members
of rpmsg_endpoint_ops, the only dereference of those was by
the unused, and now removed rpmsg_send_offchannel() and
rpmsg_trysend_offchannel() functions.

Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Link: https://lore.kernel.org/r/20250429234600.301083-3-linux@treblig.org
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/rpmsg/virtio_rpmsg_bus.c