[PATCH 18/18] Bluetooth: Declare MODULE_FIRMWARE for Marvell SDIO driver

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Marcel Holtmann
Date: Thursday, December 3, 2009 - 11:45 am

From: Ben Hutchings <ben@decadent.org.uk>

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
 drivers/bluetooth/btmrvl_sdio.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c
index d6aaf51..1e6eb1a 100644
--- a/drivers/bluetooth/btmrvl_sdio.c
+++ b/drivers/bluetooth/btmrvl_sdio.c
@@ -1003,3 +1003,5 @@ MODULE_AUTHOR("Marvell International Ltd.");
 MODULE_DESCRIPTION("Marvell BT-over-SDIO driver ver " VERSION);
 MODULE_VERSION(VERSION);
 MODULE_LICENSE("GPL v2");
+MODULE_FIRMWARE("sd8688_helper.bin");
+MODULE_FIRMWARE("sd8688.bin");
-- 
1.6.5.2

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 02/18] Bluetooth: Remove stub ioctl in hci_vhci, Marcel Holtmann, (Thu Dec 3, 11:45 am)
[PATCH 03/18] Bluetooth: Remove unused global minor variable, Marcel Holtmann, (Thu Dec 3, 11:45 am)
[PATCH 08/18] Bluetooth: Unobfuscate tasklet_schedule usage, Marcel Holtmann, (Thu Dec 3, 11:45 am)
[PATCH 11/18] Bluetooth: Fix unset of SrejActioned flag, Marcel Holtmann, (Thu Dec 3, 11:45 am)
[PATCH 12/18] Bluetooth: Fix sending ReqSeq on I-frames, Marcel Holtmann, (Thu Dec 3, 11:45 am)
[PATCH 13/18] Bluetooth: Implement RejActioned flag, Marcel Holtmann, (Thu Dec 3, 11:45 am)
[PATCH 18/18] Bluetooth: Declare MODULE_FIRMWARE for Marve ..., Marcel Holtmann, (Thu Dec 3, 11:45 am)