Commit e8c0ae2c authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller

ambassador: declare MODULE_FIRMWARE

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9fca79d6
...@@ -2351,6 +2351,7 @@ static void __init amb_check_args (void) { ...@@ -2351,6 +2351,7 @@ static void __init amb_check_args (void) {
MODULE_AUTHOR(maintainer_string); MODULE_AUTHOR(maintainer_string);
MODULE_DESCRIPTION(description_string); MODULE_DESCRIPTION(description_string);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_FIRMWARE("atmsar11.fw");
module_param(debug, ushort, 0644); module_param(debug, ushort, 0644);
module_param(cmds, uint, 0); module_param(cmds, uint, 0);
module_param(txs, uint, 0); module_param(txs, uint, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment