diff options
-rw-r--r-- | drivers/uwb/i1480/i1480-est.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/i1480/i1480-est.c b/drivers/uwb/i1480/i1480-est.c index f2eb4d8b76c..d5de5e131d4 100644 --- a/drivers/uwb/i1480/i1480-est.c +++ b/drivers/uwb/i1480/i1480-est.c | |||
@@ -91,7 +91,7 @@ MODULE_LICENSE("GPL"); | |||
91 | * | 91 | * |
92 | * [so we are loaded when this kind device is connected] | 92 | * [so we are loaded when this kind device is connected] |
93 | */ | 93 | */ |
94 | static struct usb_device_id i1480_est_id_table[] = { | 94 | static struct usb_device_id __used i1480_est_id_table[] = { |
95 | { USB_DEVICE(0x8086, 0xdf3b), }, | 95 | { USB_DEVICE(0x8086, 0xdf3b), }, |
96 | { USB_DEVICE(0x8086, 0x0c3b), }, | 96 | { USB_DEVICE(0x8086, 0x0c3b), }, |
97 | { }, | 97 | { }, |