提交 f3055f9e 编写于 作者: H H Hartley Sweeten 提交者: Greg Kroah-Hartman

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

This inline function is no longer used. Remove it.
Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: NIan Abbott <abbotti@mev.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ab192afc
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
#include "../comedidev.h" #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, static inline void cfc_inc_scan_progress(struct comedi_subdevice *s,
unsigned int num_bytes) unsigned int num_bytes)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册