diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-11 10:46:19 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-11 11:05:20 -0400 |
commit | 9712d59ab60141fa05b276fe85dce736f329ad00 (patch) | |
tree | 4c739febf4f9930e16f882e13acd635a01ceacf3 /drivers/bluetooth | |
parent | 54265202f164d7797d9eb6ec478598c76c0d8d6e (diff) |
Bluetooth: Declare bfusb_table[] as const
The bfusb_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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/bfusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
42 | 42 | ||
43 | static struct usb_driver bfusb_driver; | 43 | static struct usb_driver bfusb_driver; |
44 | 44 | ||
45 | static struct usb_device_id bfusb_table[] = { | 45 | static const struct usb_device_id bfusb_table[] = { |
46 | /* AVM BlueFRITZ! USB */ | 46 | /* AVM BlueFRITZ! USB */ |
47 | { USB_DEVICE(0x057c, 0x2200) }, | 47 | { USB_DEVICE(0x057c, 0x2200) }, |
48 | 48 | ||