From: Ian Abbott Date: Mon, 15 Sep 2014 12:46:01 +0000 (+0100) Subject: staging: comedi: add comedi_handle_events() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~424 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7803592409dc3b6ea3bce53a7517114f748dc8;p=pandora-kernel.git staging: comedi: add comedi_handle_events() The "comedi_fc" module contains a few functions useful to Comedi drivers. Their functionality is being migrated to the core "comedi" module and renamed to start with the prefix `comedi_`. As part of this migration, move `cfc_handle_events()` into the core comedi module and rename it to `comedi_handle_events()`. Change the external declaration of `cfc_handle_events()` into an inline function that calls `comedi_handle_events()`. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed