From: H Hartley Sweeten Date: Wed, 19 Sep 2012 23:20:57 +0000 (-0700) Subject: staging: comedi: usbduxfast: remove usbduxfast_attach X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5ba2f6bd1c480ce6b362a17a6a3456a2354cf0;p=pandora-kernel.git 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed