specialix: fix compiler warning on specialix_pci_tbl
commitfd0f5c54eeb66e3e89e3cdd34c5abf8d5fbcf61c
authorNamhyung Kim <namhyung@gmail.com>
Tue, 7 Dec 2010 14:27:42 +0000 (7 23:27 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Dec 2010 23:20:14 +0000 (10 15:20 -0800)
treec66a5f59de5d989998947593cd6f1c63144a7027
parent6835a209f6c24b3704aa58d8b558a513a5a08c52
specialix: fix compiler warning on specialix_pci_tbl

Annotate specialx_pci_tbl as '__used' to fix following warning:

  CC      drivers/char/specialix.o
drivers/char/specialix.c:2358: warning: ‘specialx_pci_tbl’ defined but not used

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Cc: Roger Wolff <R.E.Wolff@BitWizard.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/specialix.c