From 16de3f8d31ae02de47c756699a17698b932e37f0 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Tue, 7 Dec 2010 01:03:32 +0900 Subject: [PATCH] --- yaml --- r: 226959 b: refs/heads/master c: 8170344cb8aaa726bf1afae83288946b7cfcb556 h: refs/heads/master i: 226957: 49a199daccd7b5b98a08de6aadde44c8988c23bb 226955: eb1dbf62671814726c9d59989ea30bcc9bc199a3 226951: a25d6a06756da2b9dfb14d8c52072c59fa779c5a 226943: 1485e352de431985409e54ef9558fadfec5dcc72 v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/whci/hcd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6584e993c374..eba5d9b73ee0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fe4bfb30fe5788100a70c0ed96ddd8c6186eb9c4 +refs/heads/master: 8170344cb8aaa726bf1afae83288946b7cfcb556 diff --git a/trunk/drivers/usb/host/whci/hcd.c b/trunk/drivers/usb/host/whci/hcd.c index 72b6892fda67..9546f6cd01f0 100644 --- a/trunk/drivers/usb/host/whci/hcd.c +++ b/trunk/drivers/usb/host/whci/hcd.c @@ -356,7 +356,7 @@ static void __exit whci_hc_driver_exit(void) module_exit(whci_hc_driver_exit); /* PCI device ID's that we handle (so it gets loaded) */ -static struct pci_device_id whci_hcd_id_table[] = { +static struct pci_device_id __used whci_hcd_id_table[] = { { PCI_DEVICE_CLASS(PCI_CLASS_WIRELESS_WHCI, ~0) }, { /* empty last entry */ } };