staging: comedi: comedi_fc.h: remove cfc_handle_events()
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:
committed by
Greg Kroah-Hartman
parent
44aaad2d5f
commit
48b89ec6fa
@@ -60,12 +60,6 @@ cfc_read_array_from_buffer(struct comedi_subdevice *s, void *data,
|
||||
return comedi_read_array_from_buffer(s, data, num_bytes);
|
||||
}
|
||||
|
||||
static inline unsigned int cfc_handle_events(struct comedi_device *dev,
|
||||
struct comedi_subdevice *s)
|
||||
{
|
||||
return comedi_handle_events(dev, s);
|
||||
}
|
||||
|
||||
/**
|
||||
* cfc_check_trigger_src() - trivially validate a comedi_cmd trigger source
|
||||
* @src: pointer to the trigger source to validate
|
||||
|
||||
Reference in New Issue
Block a user