side of '=' operator.
unsigned int fifo_half_size; // size of FIFO/2
} boardtype;
-static struct pci_device_id pci1710_pci_table[] = __devinitdata {
+static struct pci_device_id pci1710_pci_table[] __devinitdata = {
{PCI_VENDOR_ID_ADVANTECH, 0x1710, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{PCI_VENDOR_ID_ADVANTECH, 0x1711, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{PCI_VENDOR_ID_ADVANTECH, 0x1713, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
/* This is used by modprobe to translate PCI IDs to drivers. Should
* only be used for PCI and ISA-PnP devices */
-static struct pci_device_id pci1723_pci_table[] = __devinitdata {
+static struct pci_device_id pci1723_pci_table[] __devinitdata = {
{PCI_VENDOR_ID_ADVANTECH, 0x1723, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0}
};
hw_io_access io_access; // {enum hw_io_access_enum}
} boardtype;
-static struct pci_device_id pci_dio_pci_table[] = __devinitdata {
+static struct pci_device_id pci_dio_pci_table[] __devinitdata = {
{PCI_VENDOR_ID_ADVANTECH, 0x1730, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{PCI_VENDOR_ID_ADVANTECH, 0x1733, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{PCI_VENDOR_ID_ADVANTECH, 0x1734, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},