Skip to content
Snippets Groups Projects
Commit 6460a261 authored by Ingo Molnar's avatar Ingo Molnar Committed by Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 28ffb5d3
No related branches found
No related tags found
No related merge requests found
...@@ -272,6 +272,7 @@ config USB_TEST ...@@ -272,6 +272,7 @@ config USB_TEST
config USB_ISIGHTFW config USB_ISIGHTFW
tristate "iSight firmware loading support" tristate "iSight firmware loading support"
depends on USB depends on USB
select FW_LOADER
help help
This driver loads firmware for USB Apple iSight cameras, allowing This driver loads firmware for USB Apple iSight cameras, allowing
them to be driven by the USB video class driver available at them to be driven by the USB video class driver available at
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment