.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mach-pxa/lpd270.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * Author: Nicolas Pitre |
---|
8 | 9 | * Created: Nov 05, 2002 |
---|
9 | 10 | * 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. |
---|
14 | 11 | */ |
---|
15 | 12 | #include <linux/gpio.h> |
---|
16 | 13 | #include <linux/init.h> |
---|
.. | .. |
---|
33 | 30 | #include <asm/mach-types.h> |
---|
34 | 31 | #include <mach/hardware.h> |
---|
35 | 32 | #include <asm/irq.h> |
---|
36 | | -#include <asm/sizes.h> |
---|
| 33 | +#include <linux/sizes.h> |
---|
37 | 34 | |
---|
38 | 35 | #include <asm/mach/arch.h> |
---|
39 | 36 | #include <asm/mach/map.h> |
---|
.. | .. |
---|
280 | 277 | static struct platform_pwm_backlight_data lpd270_backlight_data = { |
---|
281 | 278 | .max_brightness = 1, |
---|
282 | 279 | .dft_brightness = 1, |
---|
283 | | - .enable_gpio = -1, |
---|
284 | 280 | }; |
---|
285 | 281 | |
---|
286 | 282 | static struct platform_device lpd270_backlight_device = { |
---|