aboutsummaryrefslogtreecommitdiff
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorGravatar Marcel Holtmann <marcel@holtmann.org> 2013-10-11 07:46:19 -0700
committerGravatar Johan Hedberg <johan.hedberg@intel.com> 2013-10-11 17:05:20 +0200
commit9712d59ab60141fa05b276fe85dce736f329ad00 (patch)
tree4c739febf4f9930e16f882e13acd635a01ceacf3 /drivers/bluetooth
parentBluetooth: Declare btusb_table[] and blacklist_table[] as const (diff)
downloadlinux-9712d59ab60141fa05b276fe85dce736f329ad00.tar.gz
linux-9712d59ab60141fa05b276fe85dce736f329ad00.tar.bz2
linux-9712d59ab60141fa05b276fe85dce736f329ad00.zip
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.c2
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) },