From: Ian Abbott Date: Mon, 15 Sep 2014 12:46:00 +0000 (+0100) Subject: staging: comedi: comedi_fc: use comedi_inc_scan_progress() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~425 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c38d6f22a4b0d5128b5ef2c2930f2c96ff37fe8;p=pandora-kernel.git staging: comedi: comedi_fc: use comedi_inc_scan_progress() Since `cfc_inc_scan_progress()` is just an inline function that calls `comedi_inc_scan_progress()`, replace calls to the former to the latter in the "comedi_fc" module. This is part of the migration of functionality from the "comedi_fc" module to the core "comedi" module. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed