USB: fix build bug in USB_ISIGHTFW

USB: fix build bug in USB_ISIGHTFW

-tip tree testing found this build bug:

drivers/built-in.o: In function `isight_firmware_load':
isight_firmware.c:(.text+0x1ade08): undefined reference to `request_firmware'
isight_firmware.c:(.text+0x1adf9c): undefined reference to `release_firmware'

select FW_LOADER in USB_ISIGHTFW.


From: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


authored by Ingo Molnar and committed by Greg Kroah-Hartman 6460a261 28ffb5d3

+1
+1
drivers/usb/misc/Kconfig
··· 272 config USB_ISIGHTFW 273 tristate "iSight firmware loading support" 274 depends on USB 275 help 276 This driver loads firmware for USB Apple iSight cameras, allowing 277 them to be driven by the USB video class driver available at
··· 272 config USB_ISIGHTFW 273 tristate "iSight firmware loading support" 274 depends on USB 275 + select FW_LOADER 276 help 277 This driver loads firmware for USB Apple iSight cameras, allowing 278 them to be driven by the USB video class driver available at