staging: comedi: adl_pci6208: remove unused variable in the private data
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 27 Jun 2012 22:04:04 +0000 (15:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:40:05 +0000 (15:40 -0700)
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>
drivers/staging/comedi/drivers/adl_pci6208.c

index 18ca4009d89a3430a76c84ddbd6c75ed0600d9b4..dcaebfc225866c18d67cb7eaa4b8e4abb1cbc64b 100644 (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];
 };
This page took 0.026386 seconds and 5 git commands to generate.