mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
ARM: pxa: Fix typo 'CONFIG_BACKLIGHT_PWM__MODULE'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
6d21af4f7d
commit
eeb3151ced
@ -183,7 +183,7 @@ static inline void income_lcd_init(void) {}
|
||||
/******************************************************************************
|
||||
* Backlight
|
||||
******************************************************************************/
|
||||
#if defined(CONFIG_BACKLIGHT_PWM) || defined(CONFIG_BACKLIGHT_PWM__MODULE)
|
||||
#if defined(CONFIG_BACKLIGHT_PWM) || defined(CONFIG_BACKLIGHT_PWM_MODULE)
|
||||
static struct platform_pwm_backlight_data income_backlight_data = {
|
||||
.pwm_id = 0,
|
||||
.max_brightness = 0x3ff,
|
||||
|
Loading…
Reference in New Issue
Block a user