From: H Hartley Sweeten Date: Wed, 30 Jan 2013 23:42:31 +0000 (-0700) Subject: staging: comedi: ni_daq_dio24: remove 'stop' from private pcmcia data X-Git-Tag: v3.9-rc1~127^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bfc02b8e58abcc0c1f03638a34650c3eaee36f9;p=pandora-kernel.git staging: comedi: ni_daq_dio24: 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed