staging: comedi: adl_pci6208: remove unused variable in the private data
The 'data' variable in the private data struct is not used by the driver. Remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a7c6de4cf6
commit
149b98d1ea
@ -71,7 +71,6 @@ static const struct pci6208_board pci6208_boards[] = {
|
||||
};
|
||||
|
||||
struct pci6208_private {
|
||||
int data;
|
||||
struct pci_dev *pci_dev;
|
||||
unsigned int ao_readback[2];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user