mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: comedi: comedi_fc.h: remove cfc_write_array_to_buffer()
The inline function is no longer used. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f81ac41b89
commit
f4add8df72
@ -23,13 +23,6 @@
|
||||
|
||||
#include "../comedidev.h"
|
||||
|
||||
static inline unsigned int cfc_write_array_to_buffer(struct comedi_subdevice *s,
|
||||
const void *data,
|
||||
unsigned int num_bytes)
|
||||
{
|
||||
return comedi_write_array_to_buffer(s, data, num_bytes);
|
||||
}
|
||||
|
||||
/**
|
||||
* cfc_check_trigger_src() - trivially validate a comedi_cmd trigger source
|
||||
* @src: pointer to the trigger source to validate
|
||||
|
Loading…
Reference in New Issue
Block a user