提交 512f82a0 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

tty: remove use of __devinitconst

CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 de88b340
...@@ -400,7 +400,7 @@ struct buffer { ...@@ -400,7 +400,7 @@ struct buffer {
} __attribute__ ((packed)); } __attribute__ ((packed));
/* Global variables */ /* Global variables */
static const struct pci_device_id nozomi_pci_tbl[] __devinitconst = { static const struct pci_device_id nozomi_pci_tbl[] = {
{PCI_DEVICE(0x1931, 0x000c)}, /* Nozomi HSDPA */ {PCI_DEVICE(0x1931, 0x000c)}, /* Nozomi HSDPA */
{}, {},
}; };
......
...@@ -163,7 +163,7 @@ static int __devexit serial8250_em_remove(struct platform_device *pdev) ...@@ -163,7 +163,7 @@ static int __devexit serial8250_em_remove(struct platform_device *pdev)
return 0; return 0;
} }
static const struct of_device_id serial8250_em_dt_ids[] __devinitconst = { static const struct of_device_id serial8250_em_dt_ids[] = {
{ .compatible = "renesas,em-uart", }, { .compatible = "renesas,em-uart", },
{}, {},
}; };
......
...@@ -1459,7 +1459,7 @@ static void serial_hsu_remove(struct pci_dev *pdev) ...@@ -1459,7 +1459,7 @@ static void serial_hsu_remove(struct pci_dev *pdev)
} }
/* First 3 are UART ports, and the 4th is the DMA */ /* First 3 are UART ports, and the 4th is the DMA */
static const struct pci_device_id pci_ids[] __devinitconst = { static const struct pci_device_id pci_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081B) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081B) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册