staging: comedi: comedi_fc.h: remove cfc_inc_scan_progress()

This 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:
H Hartley Sweeten 2014-09-18 11:46:06 -07:00 committed by Greg Kroah-Hartman
parent eac783a6b7
commit 5d0d813d34

View file

@ -23,12 +23,6 @@
#include "../comedidev.h"
static inline void cfc_inc_scan_progress(struct comedi_subdevice *s,
unsigned int num_bytes)
{
comedi_inc_scan_progress(s, num_bytes);
}
static inline unsigned int cfc_write_array_to_buffer(struct comedi_subdevice *s,
const void *data,
unsigned int num_bytes)