isdn/hisax: fix compiler warning on hisax_pci_tbl
authorNamhyung Kim <namhyung@gmail.com>
Tue, 7 Dec 2010 04:49:06 +0000 (04:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Dec 2010 18:49:00 +0000 (10:49 -0800)
Annotate hisax_pci_tbl as '__used' to fix following warning:

  CC      drivers/isdn/hisax/config.o
drivers/isdn/hisax/config.c:1920: warning: ‘hisax_pci_tbl’ defined but not used

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found