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

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

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