diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-11 07:46:19 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-11 17:05:20 +0200 |
commit | 9712d59ab60141fa05b276fe85dce736f329ad00 (patch) | |
tree | 4c739febf4f9930e16f882e13acd635a01ceacf3 /drivers/bluetooth | |
parent | 54265202f164d7797d9eb6ec478598c76c0d8d6e (diff) |
Bluetooth: Declare bfusb_table[] as const
The bfusb_table[] device table can be declared as const
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/bfusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c index cce23041118f..31386998c9a7 100644 --- a/drivers/bluetooth/bfusb.c +++ b/drivers/bluetooth/bfusb.c @@ -42,7 +42,7 @@ static struct usb_driver bfusb_driver; -static struct usb_device_id bfusb_table[] = { +static const struct usb_device_id bfusb_table[] = { /* AVM BlueFRITZ! USB */ { USB_DEVICE(0x057c, 0x2200) }, |