uxa: Use named initializers
Silence the compiler warning about missing initializers by using named initializers. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
parent
b88d9287df
commit
4b26ec2ef6
|
|
@ -1818,7 +1818,7 @@ error_out:
|
|||
}
|
||||
|
||||
static const xf86CrtcConfigFuncsRec intel_xf86crtc_config_funcs = {
|
||||
intel_xf86crtc_resize
|
||||
.resize = intel_xf86crtc_resize,
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue