From: H Hartley Sweeten Date: Wed, 30 Jan 2013 22:24:13 +0000 (-0700) Subject: staging: comedi: ni_daq_700: convert to auto attach X-Git-Tag: v3.9-rc1~127^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52c9bf4cf51d992b1b88edeaa63e018d178cbc83;p=pandora-kernel.git staging: comedi: ni_daq_700: convert to auto attach Convert this pcmcia driver to the comedi auto attach mechanism. This allows getting rid of the "hack" needed to pass the pcmcia_device pointer from the pcmcia_driver to the comedi_driver. We can also get rid of the boardinfo since it was only used to provide the "name" that was used with the manual attach. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed