From: Marcel Holtmann Date: Fri, 11 Oct 2013 14:46:19 +0000 (-0700) Subject: Bluetooth: Declare bfusb_table[] as const X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9712d59ab60141fa05b276fe85dce736f329ad00;p=linux-beck.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) },