diff options
-rw-r--r-- | drivers/serial/8250_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c index f97224ce59da..6e57382b9137 100644 --- a/drivers/serial/8250_pci.c +++ b/drivers/serial/8250_pci.c | |||
@@ -775,7 +775,7 @@ pci_default_setup(struct serial_private *priv, struct pciserial_board *board, | |||
775 | * This list is ordered alphabetically by vendor then device. | 775 | * This list is ordered alphabetically by vendor then device. |
776 | * Specific entries must come before more generic entries. | 776 | * Specific entries must come before more generic entries. |
777 | */ | 777 | */ |
778 | static struct pci_serial_quirk pci_serial_quirks[] = { | 778 | static struct pci_serial_quirk pci_serial_quirks[] __refdata = { |
779 | /* | 779 | /* |
780 | * ADDI-DATA GmbH communication cards <info@addi-data.com> | 780 | * ADDI-DATA GmbH communication cards <info@addi-data.com> |
781 | */ | 781 | */ |