Commit e8c0ae2c04372248f2f6940a5984f5748aae9664

Authored by Ben Hutchings
Committed by David S. Miller
1 parent 9fca79d670

ambassador: declare MODULE_FIRMWARE

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/atm/ambassador.c
... ... @@ -2351,6 +2351,7 @@
2351 2351 MODULE_AUTHOR(maintainer_string);
2352 2352 MODULE_DESCRIPTION(description_string);
2353 2353 MODULE_LICENSE("GPL");
  2354 +MODULE_FIRMWARE("atmsar11.fw");
2354 2355 module_param(debug, ushort, 0644);
2355 2356 module_param(cmds, uint, 0);
2356 2357 module_param(txs, uint, 0);