USB: whci-hcd: fix compiler warning
commit8170344cb8aaa726bf1afae83288946b7cfcb556
authorNamhyung Kim <namhyung@gmail.com>
Mon, 6 Dec 2010 16:03:32 +0000 (7 01:03 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Dec 2010 22:18:35 +0000 (10 14:18 -0800)
tree4846e21e818697005f6f19bf65fc609b4613f314
parentfe4bfb30fe5788100a70c0ed96ddd8c6186eb9c4
USB: whci-hcd: fix compiler warning

Annotate whci_hcd_id_table as '__used' to fix following warning:

  CC      drivers/usb/host/whci/hcd.o
drivers/usb/host/whci/hcd.c:359: warning: ‘whci_hcd_id_table’ defined but not used

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/whci/hcd.c