hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/platform_data/bd6107.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * bd6107.h - Rohm BD6107 LEDs Driver
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 __BD6107_H__
96 #define __BD6107_H__
....@@ -12,7 +9,6 @@
129
1310 struct bd6107_platform_data {
1411 struct device *fbdev;
15
- int reset; /* Reset GPIO */
1612 unsigned int def_value;
1713 };
1814