From: Marcel Holtmann Date: Fri, 11 Oct 2013 14:46:19 +0000 (-0700) Subject: Bluetooth: Declare bfusb_table[] as const X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~57 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9712d59ab60141fa05b276fe85dce736f329ad00;p=~emulex%2Finfiniband.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 cce23041118..31386998c9a 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) },