staging: vc04_services: Drop declaration of vchi_crc_control()
There is no definition for this unused function, so drop its prototype. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
67aa291ba5
commit
9c74c630b9
@ -117,10 +117,6 @@ extern int32_t vchi_connect(VCHI_CONNECTION_T **connections,
|
||||
//Bulk transfers can remain 'queued'
|
||||
extern int32_t vchi_disconnect(VCHI_INSTANCE_T instance_handle);
|
||||
|
||||
// Global control over bulk CRC checking
|
||||
extern int32_t vchi_crc_control(VCHI_CONNECTION_T *connection,
|
||||
VCHI_CRC_CONTROL_T control);
|
||||
|
||||
// helper functions
|
||||
extern void *vchi_allocate_buffer(VCHI_SERVICE_HANDLE_T handle, uint32_t *length);
|
||||
extern void vchi_free_buffer(VCHI_SERVICE_HANDLE_T handle, void *address);
|
||||
|
Loading…
Reference in New Issue
Block a user