commit | 1a4888c18fe0e2331087bcb690191036eea3b187 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri Mar 27 19:13:56 2015 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 03 13:14:01 2015 +0200 |
tree | 128f049ec49faf6675574707771a312852d1560b | |
parent | c0618689e58d08b27c99c1f0acb472bff65e4586 [diff] |
staging: comedi: adl_pci9111: remove #include "comedi_fc.h" As preparation for removal of "comedi_fc.h", replace calls to the `cfc_check_trigger_...` functions from "comedi_fc.h" with the replacement `comedi_check_trigger_...` functions from "../comedidev.h" and remove the inclusion of "comedi_fc.h". Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>