diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-12-02 18:30:22 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-01-28 13:07:07 -0500 |
commit | bc17f9dcb11dfe7a5f02103da51f580d62a6df2c (patch) | |
tree | 7ba8d1b2e0bd8f639aef7a36566da31f5711767d /drivers/watchdog/wdt_pci.c | |
parent | 627f4b3ee3899bb70263ee77454a43c73136562f (diff) |
watchdog: remove DEFINE_PCI_DEVICE_TABLE macro
Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro
is not preferred.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/wdt_pci.c')
-rw-r--r-- | drivers/watchdog/wdt_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/wdt_pci.c b/drivers/watchdog/wdt_pci.c index ee89ba4dea63..3dc578e71211 100644 --- a/drivers/watchdog/wdt_pci.c +++ b/drivers/watchdog/wdt_pci.c | |||
@@ -720,7 +720,7 @@ static void wdtpci_remove_one(struct pci_dev *pdev) | |||
720 | } | 720 | } |
721 | 721 | ||
722 | 722 | ||
723 | static DEFINE_PCI_DEVICE_TABLE(wdtpci_pci_tbl) = { | 723 | static const struct pci_device_id wdtpci_pci_tbl[] = { |
724 | { | 724 | { |
725 | .vendor = PCI_VENDOR_ID_ACCESSIO, | 725 | .vendor = PCI_VENDOR_ID_ACCESSIO, |
726 | .device = PCI_DEVICE_ID_ACCESSIO_WDG_CSM, | 726 | .device = PCI_DEVICE_ID_ACCESSIO_WDG_CSM, |