[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1257629856.15927.370.camel@localhost>
Date: Sat, 07 Nov 2009 21:37:36 +0000
From: Ben Hutchings <ben@...adent.org.uk>
To: David Miller <davem@...emloft.net>
Cc: Sascha Hauer <s.hauer@...gutronix.de>,
netdev <netdev@...r.kernel.org>
Subject: [PATCH 01/75] netx: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
---
Note that the filenames are generated in xc_request_firmware(), defined
in arch/arm/mach-netx/xc.c. I'm not sure whether it's actually worth
doing this for a platform driver.
Ben.
drivers/net/netx-eth.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/net/netx-eth.c b/drivers/net/netx-eth.c
index 9f42354..a0d65f5 100644
--- a/drivers/net/netx-eth.c
+++ b/drivers/net/netx-eth.c
@@ -510,3 +510,6 @@ module_exit(netx_eth_cleanup);
MODULE_AUTHOR("Sascha Hauer, Pengutronix");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:" CARDNAME);
+MODULE_FIRMWARE("xc0.bin");
+MODULE_FIRMWARE("xc1.bin");
+MODULE_FIRMWARE("xc2.bin");
--
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