Commit 857670c3 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

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: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ae1a4000
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment