staging: comedi: rtd520: use auto_attach instead of attach_pci
authorIan Abbott <abbotti@mev.co.uk>
Wed, 31 Oct 2012 11:56:23 +0000 (11:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 22:14:41 +0000 (15:14 -0700)
commit5df395404b43cfd111c36822b2e691619a408024
treefcf890cf5db678314f93ed06712b1d7b4608d62c
parent01e14a4c586ffc6e1c7b748eb8354806ccfec813
staging: comedi: rtd520: use auto_attach instead of attach_pci

Change the rtd520 driver to use the new `auto_attach()` method in
`struct comedi_driver` instead of the `attach_pci()` method.  I plan to
remove the `attach_pci()` and `attach_usb()` methods once nothing is
using them.

Tag the new `rtd520_auto_attach()` function definition with `__devinit`
as it is only called during PCI probe.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/rtd520.c