Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent a3359e21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ static struct platform_device smc91x_device = {
	.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)
{
	gpio_set_value(gpio_backlight, on);