kernel/include/linux/platform_data/bd6107.h
.. .. @@ -1,9 +1,6 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * bd6107.h - Rohm BD6107 LEDs Driver 3 - *4 - * This program is free software; you can redistribute it and/or modify5 - * it under the terms of the GNU General Public License version 2 as6 - * published by the Free Software Foundation.7 4 */ 8 5 #ifndef __BD6107_H__ 9 6 #define __BD6107_H__ .. .. @@ -12,7 +9,6 @@ 12 9 13 10 struct bd6107_platform_data { 14 11 struct device *fbdev; 15 - int reset; /* Reset GPIO */16 12 unsigned int def_value; 17 13 }; 18 14