Skip to content

Commit

Permalink
staging: comedi: s526: remove unused variables in the private data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 19, 2012
1 parent 3808dd9 commit 1226f1a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/staging/comedi/drivers/s526.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 1226f1a

Please sign in to comment.