From: Ian Abbott Date: Wed, 14 Nov 2012 13:10:34 +0000 (+0000) Subject: staging: comedi: remove old auto-config X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~340 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=847d74a26010e9bae51299b7c1008c5ec9a349f4;p=pandora-kernel.git staging: comedi: remove old auto-config All the Comedi drivers that call `comedi_pci_auto_config()` or `comedi_usb_auto_config()` define a `auto_attach()` handler in their `struct comedi_driver`. There is no need to fall back to abusing the `attach()` handler any more, so remove the code that supports that. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed