USB: fix build bug in USB_ISIGHTFW
authorIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 19:21:03 +0000 (21:21 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jun 2008 00:06:32 +0000 (17:06 -0700)
commit6460a261b5893e769a314c246faec31bbc4aad9c
tree83404a11c20ba8718791a80f6a94171a6a7ad765
parent28ffb5d3e0b563be5a9639c3a2b42f1a9430454f
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>
drivers/usb/misc/Kconfig