Commit 7a987e82 authored by eric miao's avatar eric miao Committed by Russell King

[ARM] 4841/1: pxa: fix typo in LCD platform data definition code for zylonite

Signed-off-by: default avatareric miao <eric.miao@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a3359e21
...@@ -58,7 +58,7 @@ static struct platform_device smc91x_device = { ...@@ -58,7 +58,7 @@ static struct platform_device smc91x_device = {
.resource = smc91x_resources, .resource = smc91x_resources,
}; };
#if defined(CONFIG_FB_PXA) || (CONFIG_FB_PXA_MODULES) #if defined(CONFIG_FB_PXA) || defined(CONFIG_FB_PXA_MODULE)
static void zylonite_backlight_power(int on) static void zylonite_backlight_power(int on)
{ {
gpio_set_value(gpio_backlight, on); gpio_set_value(gpio_backlight, on);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment