]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: amplc_pci230: use auto_attach() hook
authorIan Abbott <abbotti@mev.co.uk>
Sat, 27 Oct 2012 20:44:18 +0000 (21:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Oct 2012 22:02:09 +0000 (15:02 -0700)
commit1ed1b3df2e02b8f890e0f3b9d3dad0f39e3418a8
treef4207d73043fd3725c6c6f73546fbb611a326331
parent392ba7bc37b453ae056542045fd7b8b349c7978e
staging: comedi: amplc_pci230: use auto_attach() hook

Use the new `auto_attach()` hook in the `struct comedi_driver` instead
of the old `attach_pci()` hook.

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