[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1257630367.15927.395.camel@localhost>
Date: Sat, 07 Nov 2009 21:46:07 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: Chas Williams <chas@....nrl.navy.mil>
Cc: linux-atm-general@...ts.sourceforge.net,
netdev <netdev@...r.kernel.org>
Subject: [PATCH 08/75] ambassador: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
---
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 66e1813..8af2341 100644
--- a/drivers/atm/ambassador.c
+++ b/drivers/atm/ambassador.c
@@ -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);
--
1.6.5.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists