From: Marcel Holtmann Date: Fri, 11 Oct 2013 14:46:19 +0000 (-0700) Subject: Bluetooth: Declare bfusb_table[] as const X-Git-Tag: firefly_0821_release~176^2~4570^2~3^2^2~364^2~57 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9712d59ab60141fa05b276fe85dce736f329ad00;p=firefly-linux-kernel-4.4.55.git Bluetooth: Declare bfusb_table[] as const The bfusb_table[] device table can be declared as const Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c index cce23041118f..31386998c9a7 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) },