staging: comedi: s526: remove unused variables in the private data
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 19 Jul 2012 02:05:55 +0000 (19:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jul 2012 23:51:40 +0000 (16:51 -0700)
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: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/s526.c

index 358380f..737a194 100644 (file)
@@ -206,15 +206,7 @@ static const struct s526_board s526_boards[] = {
    struct.
 */
 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];
-
        struct s526GPCTConfig s526_gpct_config[4];
        unsigned short s526_ai_config;
 };