aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2011-07-05 15:39:31 +0100
committerGreg Kroah-Hartman <[email protected]>2011-07-05 08:55:42 -0700
commit7d4df4ef4ad1a0489a9c22e32d55a5060a4830a1 (patch)
treeba202ca9b07fa854b63d7341242d485243aa81c0
parent9fdc5ff8b9082150a12d11c3a0ea429429bb8456 (diff)
gma500: fix build without backlight device support
gma500: fix build without backlight device support Fix unmatched curly brackets when CONFIG_BACKLIGHT_CLASS_DEVICE is not defined. Signed-off-by: Jani Nikula <[email protected]> Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/gma500/mdfld_dsi_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/mdfld_dsi_output.c b/drivers/staging/gma500/mdfld_dsi_output.c
index b88dfc29c547..e911ef2431d1 100644
--- a/drivers/staging/gma500/mdfld_dsi_output.c
+++ b/drivers/staging/gma500/mdfld_dsi_output.c
@@ -527,8 +527,8 @@ static int mdfld_dsi_connector_set_property(struct drm_connector * connector,
backlight_update_status(psb_bd);
}
}
- }
#endif
+ }
set_prop_done:
return 0;
set_prop_error: