Skip to content
Snippets Groups Projects
Commit 4e0961d5 authored by Ben Hutchings's avatar Ben Hutchings Committed by Greg Kroah-Hartman
Browse files

USB: isight-firmware: declare MODULE_FIRMWARE

parent 01412a21
No related merge requests found
......@@ -112,6 +112,8 @@ static int isight_firmware_load(struct usb_interface *intf,
return ret;
}
MODULE_FIRMWARE("isight.fw");
static void isight_firmware_disconnect(struct usb_interface *intf)
{
}
......
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