Re: [PATCH 05/14] [ISDN] HiSax enternow: convert to PCI hotplug API

From: Jan Engelhardt
Date: Fri Feb 15 2008 - 08:21:37 EST



On Jul 17 2007 23:49, Jeff Garzik wrote:

>+static struct pci_device_id en_pci_table[] = {
>+ { PCI_VENDOR_ID_TIGERJET, PCI_DEVICE_ID_TIGERJET_300, 0x55, 0x02, },
>+
>+ { } /* terminate list */
>+};

This can be

v v
static const struct pci_device_id en_pci_table[] __devinitconst = {
...
}

(also in other modules)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/