gpio: remove DEFINE_PCI_DEVICE_TABLE macro
[deliverable/linux.git] / drivers / gpio / gpio-intel-mid.c
index 17f135046c7fff326ecba9b767520c614c0a6257..f2035c01577f0cd1146254ce20bdb340e1c1d236 100644 (file)
@@ -275,7 +275,7 @@ static const struct intel_mid_gpio_ddata gpio_tangier = {
        .chip_irq_type = INTEL_MID_IRQ_TYPE_EDGE,
 };
 
-static DEFINE_PCI_DEVICE_TABLE(intel_gpio_ids) = {
+static const struct pci_device_id intel_gpio_ids[] = {
        {
                /* Lincroft */
                PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080f),
This page took 0.026325 seconds and 5 git commands to generate.