summaryrefslogtreecommitdiff
path: root/drivers/tty/nozomi.c
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 18:25:19 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 23:26:22 (GMT)
commit512f82a064e397e437845c3f03a3c6dc3e610e8b (patch)
tree4a7d35083e0c8bb75256f7a871a14f580030e48c /drivers/tty/nozomi.c
parentde88b34042752c03771b779d1d985060909ab44a (diff)
downloadlinux-fsl-qoriq-512f82a064e397e437845c3f03a3c6dc3e610e8b.tar.xz
tty: remove use of __devinitconst
CONFIG_HOTPLUG is going away as an option so __devinitconst is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/nozomi.c')
-rw-r--r--drivers/tty/nozomi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/nozomi.c b/drivers/tty/nozomi.c
index 61de2a4..2445aa4 100644
--- a/drivers/tty/nozomi.c
+++ b/drivers/tty/nozomi.c
@@ -400,7 +400,7 @@ struct buffer {
} __attribute__ ((packed));
/* 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 */
{},
};