diff options
Diffstat (limited to 'drivers/video/scf0403_lcd.c')
-rw-r--r-- | drivers/video/scf0403_lcd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/scf0403_lcd.c b/drivers/video/scf0403_lcd.c index 2bc8bcae8a..58564e8cfe 100644 --- a/drivers/video/scf0403_lcd.c +++ b/drivers/video/scf0403_lcd.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * scf0403.c -- support for DataImage SCF0403 LCD * @@ -10,8 +11,6 @@ * Marek Vasut work in l4f00242t03.c * * U-Boot port: Nikita Kiryanov <nikita@compulab.co.il> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |