Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48b89ec6 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

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



This inline function is no longer used. Remove it.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 44aaad2d
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -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);
	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
 * cfc_check_trigger_src() - trivially validate a comedi_cmd trigger source
 * @src: pointer to the trigger source to validate
 * @src: pointer to the trigger source to validate