From: H Hartley Sweeten Date: Mon, 5 Nov 2012 21:41:36 +0000 (-0700) Subject: staging: comedi: addi_apci_1032: remove send_sig() use X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~581 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14696bbec450bbc13773a8a8f85577469435fa77;p=pandora-kernel.git staging: comedi: addi_apci_1032: remove send_sig() use The addi-data drivers use send_sig() to let the user know when an interrupt has occurred. The "standard" way to do this in the comedi subsystem is to have a subdevice that supports asynchronous commands and use comedi_event() to signal the user. Remove the send_sig() usage in this driver. This also allows removing the dev->private usage since tsk_Current was the only member still being used in the private data. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed