mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
zd1201: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
49f146de40
commit
e01b0e0f90
@ -112,6 +112,9 @@ exit:
|
||||
return err;
|
||||
}
|
||||
|
||||
MODULE_FIRMWARE("zd1201-ap.fw");
|
||||
MODULE_FIRMWARE("zd1201.fw");
|
||||
|
||||
static void zd1201_usbfree(struct urb *urb)
|
||||
{
|
||||
struct zd1201 *zd = urb->context;
|
||||
|
Loading…
Reference in New Issue
Block a user