diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-06-09 16:21:58 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-22 14:25:33 -0700 |
commit | dcf47f3bc798888f9ea40b9f626d669dc62086bf (patch) | |
tree | 5d9a8595d6c35777b16dce766ef7c0fad04d944b /drivers/bluetooth/btmrvl_sdio.h | |
parent | 4271e08d8b799171af18d7864908ec444282efe5 (diff) | |
download | kernel_samsung_crespo-dcf47f3bc798888f9ea40b9f626d669dc62086bf.zip kernel_samsung_crespo-dcf47f3bc798888f9ea40b9f626d669dc62086bf.tar.gz kernel_samsung_crespo-dcf47f3bc798888f9ea40b9f626d669dc62086bf.tar.bz2 |
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 6beb340..2dd284e 100644 --- a/drivers/bluetooth/btmrvl_sdio.h +++ b/drivers/bluetooth/btmrvl_sdio.h @@ -90,7 +90,6 @@ struct btmrvl_sdio_card { }; struct btmrvl_sdio_device { - unsigned short dev_id; const char *helper; const char *firmware; }; |