From: H Hartley Sweeten Date: Wed, 30 Jan 2013 22:23:50 +0000 (-0700) Subject: staging: comedi: das08_cs: convert to auto attach X-Git-Tag: v3.9-rc1~127^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cd98c826352b74281b8995a592b02e1c71b7204;p=pandora-kernel.git staging: comedi: das08_cs: 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 still need the boardinfo because the das08 driver uses it. But we can get rid of the duplicate that allowed attaching with the driver name. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed