diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-19 14:00:43 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-26 20:57:18 +0000 |
commit | f50b6625d97199535925af46405414077a41f2d1 (patch) | |
tree | 8b5888da9f64e481dc98975146a2e883930876d0 /src/drivers/uart | |
parent | 582472c1586876d2b5181e4ad32fc75ff55b11be (diff) |
src: Remove extra lines in license header
Change-Id: I7378aa7d6156ece3ab3959707a69f45886f86d21
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43593
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/uart')
-rw-r--r-- | src/drivers/uart/pl011.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/drivers/uart/pl011.h b/src/drivers/uart/pl011.h index d4d54c45f4..1f5f0f721b 100644 --- a/src/drivers/uart/pl011.h +++ b/src/drivers/uart/pl011.h @@ -1,8 +1,4 @@ -/* - * - * - * SPDX-License-Identifier: BSD-3-Clause - */ +/* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __DRIVERS_UART_PL011_H #define __DRIVERS_UART_PL011_H |