watchdog: alim1535_wdt: fix compiler warning on ali_pci_tbl
authorNamhyung Kim <namhyung@gmail.com>
Tue, 7 Dec 2010 16:27:35 +0000 (01:27 +0900)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 12 Jan 2011 10:23:55 +0000 (10:23 +0000)
Annotate ali_pci_tbl as '__used' to fix following warning:

  CC      drivers/watchdog/alim1535_wdt.o
drivers/watchdog/alim1535_wdt.c:304: warning: ‘ali_pci_tbl’ defined but not used

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/alim1535_wdt.c

index 1e9caea..fa4d360 100644 (file)
@@ -301,7 +301,7 @@ static int ali_notify_sys(struct notifier_block *this,
  *     want to register another driver on the same PCI id.
  */
 
-static struct pci_device_id ali_pci_tbl[] = {
+static struct pci_device_id ali_pci_tbl[] __used = {
        { PCI_VENDOR_ID_AL, 0x1533, PCI_ANY_ID, PCI_ANY_ID,},
        { PCI_VENDOR_ID_AL, 0x1535, PCI_ANY_ID, PCI_ANY_ID,},
        { 0, },