aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/vc04_services/interface/vchi/vchi.h
diff options
context:
space:
mode:
authorMichael Zoran <mzoran@crowfest.net>2017-01-29 23:31:11 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-31 10:48:14 +0100
commit203804300820c2c1ed28f9868c0fbd67b816cef3 (patch)
tree187f36c9f4ad99ef096c957e7c22c9af83db5559 /drivers/staging/vc04_services/interface/vchi/vchi.h
parentstaging: vc04_services: Add vchi_queue_user_message function (diff)
downloadwireguard-linux-203804300820c2c1ed28f9868c0fbd67b816cef3.tar.xz
wireguard-linux-203804300820c2c1ed28f9868c0fbd67b816cef3.zip
staging: vc04_services: Make vchi_msg_queue static
The vchi_msg_queue function which is used by other drivers to queue a message is difficult to understand and overly generic. Make the function static and remove it from the exported symbols. Signed-off-by: Michael Zoran <mzoran@crowfest.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/interface/vchi/vchi.h')
-rw-r--r--drivers/staging/vc04_services/interface/vchi/vchi.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/vc04_services/interface/vchi/vchi.h b/drivers/staging/vc04_services/interface/vchi/vchi.h
index 1a401f04d03f..addb7b00b688 100644
--- a/drivers/staging/vc04_services/interface/vchi/vchi.h
+++ b/drivers/staging/vc04_services/interface/vchi/vchi.h
@@ -219,14 +219,6 @@ extern int32_t vchi_service_set_option( const VCHI_SERVICE_HANDLE_T handle,
VCHI_SERVICE_OPTION_T option,
int value);
-// Routine to send a message across a service
-extern int32_t
- vchi_msg_queue(VCHI_SERVICE_HANDLE_T handle,
- ssize_t (*copy_callback)(void *context, void *dest,
- size_t offset, size_t maxsize),
- void *context,
- uint32_t data_size);
-
/* Routine to send a message from kernel memory across a service */
extern int
vchi_queue_kernel_message(VCHI_SERVICE_HANDLE_T handle,