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 <jani.nikula@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jani Nikula 2011-07-05 15:39:31 +01:00 committed by Greg Kroah-Hartman
parent 9fdc5ff8b9
commit 7d4df4ef4a
1 changed files with 1 additions and 1 deletions

View File

@ -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: