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