diff options
Diffstat (limited to 'drivers/tty/serial/atmel_serial.h')
-rw-r--r-- | drivers/tty/serial/atmel_serial.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/tty/serial/atmel_serial.h b/drivers/tty/serial/atmel_serial.h index bd2560502f3c..ba3a2437cde4 100644 --- a/drivers/tty/serial/atmel_serial.h +++ b/drivers/tty/serial/atmel_serial.h | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0+ | ||
1 | /* | 2 | /* |
2 | * include/linux/atmel_serial.h | 3 | * include/linux/atmel_serial.h |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * | 7 | * |
7 | * USART registers. | 8 | * USART registers. |
8 | * Based on AT91RM9200 datasheet revision E. | 9 | * Based on AT91RM9200 datasheet revision E. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef ATMEL_SERIAL_H | 12 | #ifndef ATMEL_SERIAL_H |