aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-11 10:46:20 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-11 11:05:22 -0400
commite8549384d0bc67fc4b5b37347080b457ebd8902c (patch)
tree702797a1aff9037fdf005e0e5ffbbe6818449171 /drivers/bluetooth
parent9712d59ab60141fa05b276fe85dce736f329ad00 (diff)
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 @@
37 37
38#define VERSION "0.10" 38#define VERSION "0.10"
39 39
40static struct usb_device_id bpa10x_table[] = { 40static const struct usb_device_id bpa10x_table[] = {
41 /* Tektronix BPA 100/105 (Digianswer) */ 41 /* Tektronix BPA 100/105 (Digianswer) */
42 { USB_DEVICE(0x08fd, 0x0002) }, 42 { USB_DEVICE(0x08fd, 0x0002) },
43 43