Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0318e286 authored by Axel Lin's avatar Axel Lin Committed by Wim Van Sebroeck
Browse files

watchdog: via_wdt: Staticise wdt_pci_table



It is only used in this driver, so no need to make the symbol global.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarMarc Vertes <marc.vertes@sigfox.com>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 12c583d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ static void __devexit wdt_remove(struct pci_dev *pdev)
	pci_disable_device(pdev);
}

DEFINE_PCI_DEVICE_TABLE(wdt_pci_table) = {
static DEFINE_PCI_DEVICE_TABLE(wdt_pci_table) = {
	{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_CX700) },
	{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VX800) },
	{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VX855) },