hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/platform_data/gpio_backlight.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * gpio_backlight.h - Simple GPIO-controlled backlight
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85 #ifndef __GPIO_BACKLIGHT_H__
96 #define __GPIO_BACKLIGHT_H__
....@@ -12,9 +9,6 @@
129
1310 struct gpio_backlight_platform_data {
1411 struct device *fbdev;
15
- int gpio;
16
- int def_value;
17
- const char *name;
1812 };
1913
2014 #endif