staging: comedi: cb_das16_cs: remove unused pcmcia 'stop' logic
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 25 Jun 2012 23:20:36 +0000 (16:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2012 22:20:20 +0000 (15:20 -0700)
commitc8b2ae2b98bad7870ec6be24e517bacffd76ea8e
tree1494b1368365668f7d1f46c22ffd903a90718a5e
parentc2107ff46d58a9db6d8cadcbe18fa631fb4f7cd9
staging: comedi: cb_das16_cs: remove unused pcmcia 'stop' logic

The pcmcia support code in this driver appears to be cut-and-
paste from some other driver. It has code in it to stop the
device during suspend but nothing in the main comedi_driver
uses it.

Remove the 'stop' variable from the pcmcia private data and
all the logic that deals with 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>
drivers/staging/comedi/drivers/cb_das16_cs.c