diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-09-01 20:04:04 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-09-04 03:23:07 -0400 |
commit | f3fe077b2b7fb9c9b354a85a2be7fc8ad453d246 (patch) | |
tree | 7572af2770f889f3b65500bd3bb1adcb328049d8 /drivers/gpio/gpio-bt8xx.c | |
parent | 45e253a7eb23844344bf08dad9961771a643758e (diff) |
gpio: Use DEFINE_PCI_DEVICE_TABLE macro
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-bt8xx.c')
-rw-r--r-- | drivers/gpio/gpio-bt8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-bt8xx.c b/drivers/gpio/gpio-bt8xx.c index e4cc7eb69bb2..aba97abda77c 100644 --- a/drivers/gpio/gpio-bt8xx.c +++ b/drivers/gpio/gpio-bt8xx.c | |||
@@ -310,7 +310,7 @@ static int bt8xxgpio_resume(struct pci_dev *pdev) | |||
310 | #define bt8xxgpio_resume NULL | 310 | #define bt8xxgpio_resume NULL |
311 | #endif /* CONFIG_PM */ | 311 | #endif /* CONFIG_PM */ |
312 | 312 | ||
313 | static struct pci_device_id bt8xxgpio_pci_tbl[] = { | 313 | static DEFINE_PCI_DEVICE_TABLE(bt8xxgpio_pci_tbl) = { |
314 | { PCI_DEVICE(PCI_VENDOR_ID_BROOKTREE, PCI_DEVICE_ID_BT848) }, | 314 | { PCI_DEVICE(PCI_VENDOR_ID_BROOKTREE, PCI_DEVICE_ID_BT848) }, |
315 | { PCI_DEVICE(PCI_VENDOR_ID_BROOKTREE, PCI_DEVICE_ID_BT849) }, | 315 | { PCI_DEVICE(PCI_VENDOR_ID_BROOKTREE, PCI_DEVICE_ID_BT849) }, |
316 | { PCI_DEVICE(PCI_VENDOR_ID_BROOKTREE, PCI_DEVICE_ID_BT878) }, | 316 | { PCI_DEVICE(PCI_VENDOR_ID_BROOKTREE, PCI_DEVICE_ID_BT878) }, |