diff options
Diffstat (limited to 'drivers/tty/serial/8250/8250_exar.c')
-rw-r--r-- | drivers/tty/serial/8250/8250_exar.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/tty/serial/8250/8250_exar.c b/drivers/tty/serial/8250/8250_exar.c index c55624703fdf..a402878c9f30 100644 --- a/drivers/tty/serial/8250/8250_exar.c +++ b/drivers/tty/serial/8250/8250_exar.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Probe module for 8250/16550-type Exar chips PCI serial ports. | 3 | * Probe module for 8250/16550-type Exar chips PCI serial ports. |
3 | * | 4 | * |
4 | * Based on drivers/tty/serial/8250/8250_pci.c, | 5 | * Based on drivers/tty/serial/8250/8250_pci.c, |
5 | * | 6 | * |
6 | * Copyright (C) 2017 Sudip Mukherjee, All Rights Reserved. | 7 | * Copyright (C) 2017 Sudip Mukherjee, All Rights Reserved. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License. | ||
11 | */ | 8 | */ |
12 | #include <linux/acpi.h> | 9 | #include <linux/acpi.h> |
13 | #include <linux/dmi.h> | 10 | #include <linux/dmi.h> |