]> git.karo-electronics.de Git - mv-sheeva.git/commit
watchdog: alim7101_wdt: fix compiler warning on alim7101_pci_tbl
authorNamhyung Kim <namhyung@gmail.com>
Tue, 7 Dec 2010 16:27:36 +0000 (01:27 +0900)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 12 Jan 2011 10:24:11 +0000 (10:24 +0000)
commita787e71068d7c2e438d8a5a38a7e1385389819f0
tree2a311cb3b663c75b1df153391cf5185bc6e137ee
parent202af5b307b0ccdad5e960a1f87fac322d8cdb02
watchdog: alim7101_wdt: fix compiler warning on alim7101_pci_tbl

Annotate alim7101_pci_tbl as '__used' to fix following warning:

  CC      drivers/watchdog/alim7101_wdt.o
drivers/watchdog/alim7101_wdt.c:433: warning: ‘alim7101_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/alim7101_wdt.c