From: Ian Abbott Date: Mon, 28 Jul 2014 12:09:33 +0000 (+0100) Subject: staging: comedi: amplc_pc236: add callback to check and clear interrupt X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55901d15b6f816af5bff9efd55b6400121dbc04a;p=pandora-kernel.git staging: comedi: amplc_pc236: add callback to check and clear interrupt Add an optional callback function pointer to the board data to be called when checking if an interrupt has occurred and to clear it if it has. Since the callback returns `bool`, change a few other `int` values to `bool` to match. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed