Bluetooth: Declare bpa10x_table[] as const
[deliverable/linux.git] / drivers / bluetooth / bpa10x.c
index b9e4e621fb10a9a0cc3bb34e2251e028c5a0f1b1..8a319913c9a96fd60c6d021c5edd055b83ef0aad 100644 (file)
@@ -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) },
 
This page took 0.023736 seconds and 5 git commands to generate.