]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi/drivers: use auto_attach instead of attach_usb
authorIan Abbott <abbotti@mev.co.uk>
Tue, 30 Oct 2012 13:30:03 +0000 (13:30 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 17:53:50 +0000 (10:53 -0700)
commit807e65b0a818cd9b1604144af379bcabd24d4b85
tree6bb819fab50092b3d1b9f5a0aeb4a157daf88292
parent5df28346f0fb4565f8ff05ab5cd913676c670ef1
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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbdux.c
drivers/staging/comedi/drivers/usbduxfast.c
drivers/staging/comedi/drivers/usbduxsigma.c