From f61d9714cc260f072534ed52af7f903c75484d64 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Thu, 2 Dec 2010 05:52:22 +0900 Subject: [PATCH] --- yaml --- r: 226947 b: refs/heads/master c: 16350a7258a3158807f3fafe33f1bb22b8ddd127 h: refs/heads/master i: 226945: d05b7d8d25882f4c2c1ae7ad2916c8e04aa61c1c 226943: 1485e352de431985409e54ef9558fadfec5dcc72 v: v3 --- [refs] | 2 +- trunk/drivers/uwb/i1480/i1480-est.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a4e685c38b6e..b223e058f6af 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc33b0eb38ccbd3080a4885e8f742a72a085261d +refs/heads/master: 16350a7258a3158807f3fafe33f1bb22b8ddd127 diff --git a/trunk/drivers/uwb/i1480/i1480-est.c b/trunk/drivers/uwb/i1480/i1480-est.c index f2eb4d8b76c9..d5de5e131d47 100644 --- a/trunk/drivers/uwb/i1480/i1480-est.c +++ b/trunk/drivers/uwb/i1480/i1480-est.c @@ -91,7 +91,7 @@ MODULE_LICENSE("GPL"); * * [so we are loaded when this kind device is connected] */ -static struct usb_device_id i1480_est_id_table[] = { +static struct usb_device_id __used i1480_est_id_table[] = { { USB_DEVICE(0x8086, 0xdf3b), }, { USB_DEVICE(0x8086, 0x0c3b), }, { },