Skip to content

Commit

Permalink
serial: mfd: Initconst section fixes
Browse files Browse the repository at this point in the history
Cc: gregkh@suse.de
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Andi Kleen authored and Greg Kroah-Hartman committed Sep 22, 2011
1 parent 98c2b37 commit 153d3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/mfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ static void serial_hsu_remove(struct pci_dev *pdev)
}

/* First 3 are UART ports, and the 4th is the DMA */
static const struct pci_device_id pci_ids[] __devinitdata = {
static const struct pci_device_id pci_ids[] __devinitconst = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081B) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) },
Expand Down

0 comments on commit 153d3d9

Please sign in to comment.