Skip to content

Commit

Permalink
staging: comedi: cb_das16_cs: remove unused variable in private data
Browse files Browse the repository at this point in the history
The 'link' 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>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent ae1a400 commit 857670c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ static const struct das16cs_board das16cs_boards[] = {
};

struct das16cs_private {
struct pcmcia_device *link;

unsigned int ao_readback[2];
unsigned short status1;
unsigned short status2;
Expand Down

0 comments on commit 857670c

Please sign in to comment.