diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2009-11-07 06:46:07 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-10 23:28:49 -0500 |
commit | e8c0ae2c04372248f2f6940a5984f5748aae9664 (patch) | |
tree | b73511194af54023371f2be8d8d171b57712b164 /drivers/atm | |
parent | 9fca79d67031203ab1c3b59807aec261d7bb5539 (diff) |
ambassador: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
-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); |