From: H Hartley Sweeten Date: Wed, 19 Sep 2012 23:21:13 +0000 (-0700) Subject: staging: comedi: usbdux: remove usbdux_attach X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0f2260897621cc0118cd16801b171acd06c31c;p=pandora-kernel.git staging: comedi: usbdux: remove usbdux_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