From: Ian Abbott Date: Tue, 30 Oct 2012 13:30:03 +0000 (+0000) Subject: staging: comedi/drivers: use auto_attach instead of attach_usb X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~791 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807e65b0a818cd9b1604144af379bcabd24d4b85;p=pandora-kernel.git staging: comedi/drivers: use auto_attach instead of attach_usb Change the usbdux, usbduxfast and usbduxsigma drivers to use the new `auto_attach()` method instead of the `attach_usb()` method. I plan to remove the `attach_usb()` and `attach_pci()` methods from `struct comedi_driver` once nothing is using them. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed