hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/arch/arm/mach-pxa/lpd270.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/mach-pxa/lpd270.c
34 *
....@@ -7,10 +8,6 @@
78 * Author: Nicolas Pitre
89 * Created: Nov 05, 2002
910 * Copyright: MontaVista Software Inc.
10
- *
11
- * This program is free software; you can redistribute it and/or modify
12
- * it under the terms of the GNU General Public License version 2 as
13
- * published by the Free Software Foundation.
1411 */
1512 #include <linux/gpio.h>
1613 #include <linux/init.h>
....@@ -33,7 +30,7 @@
3330 #include <asm/mach-types.h>
3431 #include <mach/hardware.h>
3532 #include <asm/irq.h>
36
-#include <asm/sizes.h>
33
+#include <linux/sizes.h>
3734
3835 #include <asm/mach/arch.h>
3936 #include <asm/mach/map.h>
....@@ -280,7 +277,6 @@
280277 static struct platform_pwm_backlight_data lpd270_backlight_data = {
281278 .max_brightness = 1,
282279 .dft_brightness = 1,
283
- .enable_gpio = -1,
284280 };
285281
286282 static struct platform_device lpd270_backlight_device = {