From: H Hartley Sweeten Date: Tue, 4 Nov 2014 17:54:32 +0000 (-0700) Subject: staging: comedi: addi_apci_3120: remove private data 'ui_AiReadData' X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~307 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f75dac46e0691ef03e44d27d21d2b860cc15fe;p=pandora-kernel.git staging: comedi: addi_apci_3120: remove private data 'ui_AiReadData' This member of the private data was used to return analog input samples that were acquired for the (*insn_read) using interrupts. The interrupt support code for the (*insn_read) has been removed. Remove this unused member from the private data. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed