diff options
Diffstat (limited to 'include/linux/platform_data/gpio_backlight.h')
| -rw-r--r-- | include/linux/platform_data/gpio_backlight.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/include/linux/platform_data/gpio_backlight.h b/include/linux/platform_data/gpio_backlight.h index 683d90453c41..323fbf5f7613 100644 --- a/include/linux/platform_data/gpio_backlight.h +++ b/include/linux/platform_data/gpio_backlight.h @@ -1,9 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * gpio_backlight.h - Simple GPIO-controlled backlight - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #ifndef __GPIO_BACKLIGHT_H__ #define __GPIO_BACKLIGHT_H__ @@ -11,10 +8,7 @@ struct device; struct gpio_backlight_platform_data { - struct device *fbdev; - int gpio; - int def_value; - const char *name; + struct device *dev; }; #endif |
