.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/mach-pxa/viper.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
14 | 15 | * Author: Nicolas Pitre |
---|
15 | 16 | * Created: Jun 15, 2001 |
---|
16 | 17 | * Copyright: MontaVista Software Inc. |
---|
17 | | - * |
---|
18 | | - * This program is free software; you can redistribute it and/or modify |
---|
19 | | - * it under the terms of the GNU General Public License version 2 as |
---|
20 | | - * published by the Free Software Foundation. |
---|
21 | 18 | */ |
---|
22 | 19 | |
---|
23 | 20 | #include <linux/types.h> |
---|
.. | .. |
---|
58 | 55 | #include <asm/setup.h> |
---|
59 | 56 | #include <asm/mach-types.h> |
---|
60 | 57 | #include <asm/irq.h> |
---|
61 | | -#include <asm/sizes.h> |
---|
| 58 | +#include <linux/sizes.h> |
---|
62 | 59 | #include <asm/system_info.h> |
---|
63 | 60 | |
---|
64 | 61 | #include <asm/mach/arch.h> |
---|
.. | .. |
---|
407 | 404 | static struct platform_pwm_backlight_data viper_backlight_data = { |
---|
408 | 405 | .max_brightness = 100, |
---|
409 | 406 | .dft_brightness = 100, |
---|
410 | | - .enable_gpio = -1, |
---|
411 | 407 | .init = viper_backlight_init, |
---|
412 | 408 | .notify = viper_backlight_notify, |
---|
413 | 409 | .exit = viper_backlight_exit, |
---|