Commit 149b98d1 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

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: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a7c6de4c
......@@ -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];
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment