aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-11 07:46:20 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-11 17:05:22 +0200
commite8549384d0bc67fc4b5b37347080b457ebd8902c (patch)
tree702797a1aff9037fdf005e0e5ffbbe6818449171 /drivers/bluetooth
parentBluetooth: Declare bfusb_table[] as const (diff)
downloadlinux-dev-e8549384d0bc67fc4b5b37347080b457ebd8902c.tar.xz
linux-dev-e8549384d0bc67fc4b5b37347080b457ebd8902c.zip
Bluetooth: Declare bpa10x_table[] as const
The bpa10x_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/bpa10x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bpa10x.c b/drivers/bluetooth/bpa10x.c
index b9e4e621fb10..8a319913c9a9 100644
--- a/drivers/bluetooth/bpa10x.c
+++ b/drivers/bluetooth/bpa10x.c
@@ -37,7 +37,7 @@
#define VERSION "0.10"
-static struct usb_device_id bpa10x_table[] = {
+static const struct usb_device_id bpa10x_table[] = {
/* Tektronix BPA 100/105 (Digianswer) */
{ USB_DEVICE(0x08fd, 0x0002) },