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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue