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:
H Hartley Sweeten 2012-06-27 15:04:04 -07:00 committed by Greg Kroah-Hartman
parent a7c6de4cf6
commit 149b98d1ea

View File

@ -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];
};