staging: comedi: ni_labpc_cs: remove 'stop' from private pcmcia data
authorH Hartley Sweeten <hartleys@visionengravers.com>
Sat, 26 Jan 2013 01:35:55 +0000 (18:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jan 2013 04:09:24 +0000 (23:09 -0500)
commitdeead9d973f4e225447f77bc4f128864fefd9a88
treec18debf0cb52b2e610c98225f0c80d54e87f710c
parent88dd3eb4d8cb335166df779bcaabab9d1c5fa513
staging: comedi: ni_labpc_cs: remove 'stop' from private pcmcia data

The pcmcia_driver suspend and remove functions set the 'stop' variable
and the resume function clears it. Nothing in the comedi_driver code
uses the 'stop' variable.

Just remove it so we can get rid of the suspend/resume.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_labpc_cs.c