mirror of https://gitee.com/openkylin/linux.git
ambassador: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9fca79d670
commit
e8c0ae2c04
|
@ -2351,6 +2351,7 @@ static void __init amb_check_args (void) {
|
|||
MODULE_AUTHOR(maintainer_string);
|
||||
MODULE_DESCRIPTION(description_string);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_FIRMWARE("atmsar11.fw");
|
||||
module_param(debug, ushort, 0644);
|
||||
module_param(cmds, uint, 0);
|
||||
module_param(txs, uint, 0);
|
||||
|
|
Loading…
Reference in New Issue