mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
staging: comedi: adl_pci9118: remove 'cnt0_divisor' from private data
This member of the private data is not used. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bd3772ec57
commit
bdf2fed276
@@ -368,7 +368,6 @@ struct pci9118_private {
|
||||
* bit field of external trigger
|
||||
* users(0-AI, 1-AO, 2-DI, 3-DO)
|
||||
*/
|
||||
unsigned int cnt0_divisor; /* actual CNT0 divisor */
|
||||
unsigned char usedma; /* =1 use DMA transfer and not INT */
|
||||
int softsshdelay; /*
|
||||
* >0 use software S&H,
|
||||
|
||||
Reference in New Issue
Block a user