staging: comedi: usbduxfast: remove usbduxfast_attach
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 19 Sep 2012 23:20:57 +0000 (16:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Sep 2012 16:24:16 +0000 (09:24 -0700)
commit4e5ba2f6bd1c480ce6b362a17a6a3456a2354cf0
treed3cee7f6abf55c5aa401b3e85043d5428f7a2868
parent453443f32fd8d5fb3da702aa02901297dd4ad51f
staging: comedi: usbduxfast: remove usbduxfast_attach

This driver originally used the 'attach' method in order to get
the firmware for the device from the comedi_config utility. It
now uses request_firmware_nowait() in the usb_driver probe to
get this firmware.

Since this driver has an 'attach_usb' method in the comedi_driver,
the 'attach' method can be removed because it is now optional.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/usbduxfast.c