Commit 1226f1ab authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: s526: remove unused variables in the private data

The 'data' and 'pci_dev' variables in the private data are not used.
They appear to be cut-and-paste from the skel driver. Remove them.
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 3808dd92
...@@ -206,15 +206,7 @@ static const struct s526_board s526_boards[] = { ...@@ -206,15 +206,7 @@ static const struct s526_board s526_boards[] = {
struct. struct.
*/ */
struct s526_private { struct s526_private {
int data;
/* would be useful for a PCI device */
struct pci_dev *pci_dev;
/* Used for AO readback */
unsigned int ao_readback[2]; unsigned int ao_readback[2];
struct s526GPCTConfig s526_gpct_config[4]; struct s526GPCTConfig s526_gpct_config[4];
unsigned short s526_ai_config; unsigned short s526_ai_config;
}; };
......
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