public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm/income pxa270: enable backlight when pwm_bl is a module
@ 2010-12-04 14:29 Nicolas Kaiser
  2010-12-04 15:10 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Kaiser @ 2010-12-04 14:29 UTC (permalink / raw)
  To: linux-arm-kernel

Fixes a suspected typo in the config symbol.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
---
I don't have the hardware to test, but this config symbol looks
unusual enough to me that I'm suspecting it might be a typo.

 arch/arm/mach-pxa/colibri-pxa270-income.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-pxa/colibri-pxa270-income.c b/arch/arm/mach-pxa/colibri-pxa270-income.c
index 37f0f3e..3aba0e1 100644
--- a/arch/arm/mach-pxa/colibri-pxa270-income.c
+++ b/arch/arm/mach-pxa/colibri-pxa270-income.c
@@ -231,7 +231,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,
-- 
1.7.2.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-04 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-04 14:29 [PATCH] arm/income pxa270: enable backlight when pwm_bl is a module Nicolas Kaiser
2010-12-04 15:10 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox