Skip to content

Commit f4add8d

Browse files
bigguinessgregkh
authored andcommitted
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 <[email protected]> Reviewed-by: Ian Abbott <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f81ac41 commit f4add8d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/staging/comedi/drivers/comedi_fc.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@
2323

2424
#include "../comedidev.h"
2525

26-
static inline unsigned int cfc_write_array_to_buffer(struct comedi_subdevice *s,
27-
const void *data,
28-
unsigned int num_bytes)
29-
{
30-
return comedi_write_array_to_buffer(s, data, num_bytes);
31-
}
32-
3326
/**
3427
* cfc_check_trigger_src() - trivially validate a comedi_cmd trigger source
3528
* @src: pointer to the trigger source to validate

0 commit comments

Comments
 (0)