aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-11 07:46:19 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-11 17:05:20 +0200
commit9712d59ab60141fa05b276fe85dce736f329ad00 (patch)
tree4c739febf4f9930e16f882e13acd635a01ceacf3
parent54265202f164d7797d9eb6ec478598c76c0d8d6e (diff)
downloadwl12xx-9712d59ab60141fa05b276fe85dce736f329ad00.tar.gz
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>
-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 cce23041118f47..31386998c9a7b4 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) },