staging: comedi: adl_pci9118: remove 'cnt0_users' from private data
This member of the private data is set to 0 but never 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:
parent
49b61195e5
commit
ad7a6230a9
1 changed files with 0 additions and 5 deletions
|
@ -364,10 +364,6 @@ struct pci9118_private {
|
||||||
unsigned int dmabuf_panic_size[2];
|
unsigned int dmabuf_panic_size[2];
|
||||||
unsigned int dmabuf_samples[2]; /* size in samples */
|
unsigned int dmabuf_samples[2]; /* size in samples */
|
||||||
int dmabuf_pages[2]; /* number of pages in buffer */
|
int dmabuf_pages[2]; /* number of pages in buffer */
|
||||||
unsigned char cnt0_users; /*
|
|
||||||
* bit field of 8254 CNT0 users
|
|
||||||
* (0-unused, 1-AO, 2-DI, 3-DO)
|
|
||||||
*/
|
|
||||||
unsigned char exttrg_users; /*
|
unsigned char exttrg_users; /*
|
||||||
* bit field of external trigger
|
* bit field of external trigger
|
||||||
* users(0-AI, 1-AO, 2-DI, 3-DO)
|
* users(0-AI, 1-AO, 2-DI, 3-DO)
|
||||||
|
@ -1857,7 +1853,6 @@ static int pci9118_reset(struct comedi_device *dev)
|
||||||
* disable INT and DMA
|
* disable INT and DMA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
devpriv->cnt0_users = 0;
|
|
||||||
devpriv->exttrg_users = 0;
|
devpriv->exttrg_users = 0;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue