Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Marcel Holtmann and committed by
Johan Hedberg
e8549384 9712d59a

+1 -1
+1 -1
drivers/bluetooth/bpa10x.c
··· 37 37 38 38 #define VERSION "0.10" 39 39 40 - static struct usb_device_id bpa10x_table[] = { 40 + static const struct usb_device_id bpa10x_table[] = { 41 41 /* Tektronix BPA 100/105 (Digianswer) */ 42 42 { USB_DEVICE(0x08fd, 0x0002) }, 43 43