From: H Hartley Sweeten Date: Mon, 25 Jun 2012 23:20:36 +0000 (-0700) Subject: staging: comedi: cb_das16_cs: remove unused pcmcia 'stop' logic X-Git-Tag: v3.6-rc1~100^2~538 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8b2ae2b98bad7870ec6be24e517bacffd76ea8e;p=pandora-kernel.git 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 Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed