staging: comedi: cb_das16_cs: remove unused variable in private data

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>
This commit is contained in:
H Hartley Sweeten 2012-06-25 17:21:17 -07:00 committed by Greg Kroah-Hartman
parent ae1a400029
commit 857670c3e4
1 changed files with 0 additions and 2 deletions

View File

@ -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;