Skip to content
Snippets Groups Projects
Commit 42a16bd3 authored by Zhenyu Wang's avatar Zhenyu Wang
Browse files

Fix compiling with server master in LVDS backlight patch

(cherry picked from commit 289790c0)
parent 9036c94b
No related branches found
No related tags found
No related merge requests found
......@@ -1145,6 +1145,8 @@ i830_lvds_set_property(xf86OutputPtr output, Atom property,
static Bool
i830_lvds_get_property(xf86OutputPtr output, Atom property)
{
ScrnInfoPtr pScrn = output->scrn;
I830Ptr pI830 = I830PTR(pScrn);
I830OutputPrivatePtr intel_output = output->driver_private;
struct i830_lvds_priv *dev_priv = intel_output->dev_priv;
int ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment