On Thu, 26 Oct 2023, Jouni Högander <[email protected]> wrote: > intel_display_params.c is accessing drm_drv->name. Due to this include > drm_drv.h to avoid build problem with Xe. > > Signed-off-by: Jouni Högander <[email protected]>
Reviewed-by: Jani Nikula <[email protected]> > --- > drivers/gpu/drm/i915/display/intel_display_params.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/i915/display/intel_display_params.c > b/drivers/gpu/drm/i915/display/intel_display_params.c > index 11e03cfb774d..cd1dd2fbd8a4 100644 > --- a/drivers/gpu/drm/i915/display/intel_display_params.c > +++ b/drivers/gpu/drm/i915/display/intel_display_params.c > @@ -3,6 +3,8 @@ > * Copyright © 2023 Intel Corporation > */ > > +#include <drm/drm_drv.h> > + > #include "intel_display_params.h" > #include "i915_drv.h" -- Jani Nikula, Intel
