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 коммит произвёл Greg Kroah-Hartman
Родитель ae1a400029
Коммит 857670c3e4
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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