diff options
-rw-r--r-- | drivers/atm/ambassador.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/ambassador.c b/drivers/atm/ambassador.c index 66e181345b3a..8af23411743c 100644 --- a/drivers/atm/ambassador.c +++ b/drivers/atm/ambassador.c | |||
@@ -2351,6 +2351,7 @@ static void __init amb_check_args (void) { | |||
2351 | MODULE_AUTHOR(maintainer_string); | 2351 | MODULE_AUTHOR(maintainer_string); |
2352 | MODULE_DESCRIPTION(description_string); | 2352 | MODULE_DESCRIPTION(description_string); |
2353 | MODULE_LICENSE("GPL"); | 2353 | MODULE_LICENSE("GPL"); |
2354 | MODULE_FIRMWARE("atmsar11.fw"); | ||
2354 | module_param(debug, ushort, 0644); | 2355 | module_param(debug, ushort, 0644); |
2355 | module_param(cmds, uint, 0); | 2356 | module_param(cmds, uint, 0); |
2356 | module_param(txs, uint, 0); | 2357 | module_param(txs, uint, 0); |