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

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:41:20 -07:00 committed by Greg Kroah-Hartman
parent ab192afc65
commit f3055f9ef3

View File

@ -23,11 +23,6 @@
#include "../comedidev.h"
static inline unsigned int cfc_bytes_per_scan(struct comedi_subdevice *s)
{
return comedi_bytes_per_scan(s);
}
static inline void cfc_inc_scan_progress(struct comedi_subdevice *s,
unsigned int num_bytes)
{