| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * ams369fg06 AMOLED LCD panel driver. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * Author: Jingoo Han <jg1.han@samsung.com> |
|---|
| 6 | 7 | * |
|---|
| 7 | 8 | * Derived from drivers/video/s6e63m0.c |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 10 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 11 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 12 | | - * option) any later version. |
|---|
| 13 | 9 | */ |
|---|
| 14 | 10 | |
|---|
| 15 | 11 | #include <linux/backlight.h> |
|---|
| 16 | 12 | #include <linux/delay.h> |
|---|
| 17 | 13 | #include <linux/fb.h> |
|---|
| 18 | | -#include <linux/gpio.h> |
|---|
| 19 | 14 | #include <linux/lcd.h> |
|---|
| 20 | 15 | #include <linux/module.h> |
|---|
| 21 | 16 | #include <linux/spi/spi.h> |
|---|