diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-06-09 10:21:58 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-22 17:25:33 -0400 |
commit | dcf47f3bc798888f9ea40b9f626d669dc62086bf (patch) | |
tree | 5d9a8595d6c35777b16dce766ef7c0fad04d944b /drivers/bluetooth/btmrvl_sdio.h | |
parent | 4271e08d8b799171af18d7864908ec444282efe5 (diff) |
Bluetooth: Fix complicated assignment of firmware for Marvell devices
The Marvell Bluetooth SDIO driver has a really complicated concept on how
firmware names are assigned to specific device ids. Fix that by doing a
proper structure and assign it to the module device table.
And while at it fix various coding style weirdness that is still present
in this driver.
Signed-off-by: Marcel Holtman <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btmrvl_sdio.h')
-rw-r--r-- | drivers/bluetooth/btmrvl_sdio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/btmrvl_sdio.h b/drivers/bluetooth/btmrvl_sdio.h index 6beb340685e3..2dd284e0df14 100644 --- a/drivers/bluetooth/btmrvl_sdio.h +++ b/drivers/bluetooth/btmrvl_sdio.h | |||
@@ -90,7 +90,6 @@ struct btmrvl_sdio_card { | |||
90 | }; | 90 | }; |
91 | 91 | ||
92 | struct btmrvl_sdio_device { | 92 | struct btmrvl_sdio_device { |
93 | unsigned short dev_id; | ||
94 | const char *helper; | 93 | const char *helper; |
95 | const char *firmware; | 94 | const char *firmware; |
96 | }; | 95 | }; |