From: Ian Abbott Date: Mon, 15 Sep 2014 12:46:04 +0000 (+0100) Subject: staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~421 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2c6a8a2429dd40555a9efd4f286eca2ab9add0;p=pandora-kernel.git staging: comedi: comedi_fc.h: use comedi_write_array_to_buffer() Since `cfc_write_array_to_buffer()` is just an inline function that calls `comedi_write_array_to_buffer()`, replace calls to the former to the latter in the "comedi_fc.h" header. 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