diff options
author | Andi Kleen <ak@linux.intel.com> | 2011-09-15 16:09:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-22 19:05:09 -0400 |
commit | 153d3d9be7ce6d87a83e4871ec94ddf6b9604814 (patch) | |
tree | ed12695133cd1c42e5f16b27e098f61061960c5d /drivers/tty | |
parent | 98c2b37353cd8839f86f36e9bb9fe39f33fc9626 (diff) |
serial: mfd: Initconst section fixes
Cc: gregkh@suse.de
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/mfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/mfd.c b/drivers/tty/serial/mfd.c index cfa750163672..286c386d9c46 100644 --- a/drivers/tty/serial/mfd.c +++ b/drivers/tty/serial/mfd.c | |||
@@ -1467,7 +1467,7 @@ static void serial_hsu_remove(struct pci_dev *pdev) | |||
1467 | } | 1467 | } |
1468 | 1468 | ||
1469 | /* First 3 are UART ports, and the 4th is the DMA */ | 1469 | /* First 3 are UART ports, and the 4th is the DMA */ |
1470 | static const struct pci_device_id pci_ids[] __devinitdata = { | 1470 | static const struct pci_device_id pci_ids[] __devinitconst = { |
1471 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081B) }, | 1471 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081B) }, |
1472 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) }, | 1472 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) }, |
1473 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) }, | 1473 | { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) }, |