mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 18:46:25 -04:00
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:
committed by
Greg Kroah-Hartman
parent
ae1a400029
commit
857670c3e4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user