On Wed, 16 Feb 2022, "Wang, Zhi A" <zhi.a.wang@xxxxxxxxx> wrote: > On 2/15/22 12:20 PM, Nikula, Jani wrote: >> As the excessive #includes from i915_drv.h were axed, kvmgt.c build >> started failing. Add the necessary #include where needed. >> >> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> >> Fixes: 14da21cc4671 ("drm/i915: axe lots of unnecessary includes from i915_drv.h") >> Cc: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxxxxxxxx> >> Cc: Zhenyu Wang <zhenyuw@xxxxxxxxxxxxxxx> >> Cc: Zhi Wang <zhi.a.wang@xxxxxxxxx> >> Cc: intel-gvt-dev@xxxxxxxxxxxxxxxxxxxxx >> Signed-off-by: Jani Nikula <jani.nikula@xxxxxxxxx> >> >> --- >> >> Going to merge this via drm-intel-next along with the regressing commit. >> --- >> drivers/gpu/drm/i915/gvt/kvmgt.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/gpu/drm/i915/gvt/kvmgt.c b/drivers/gpu/drm/i915/gvt/kvmgt.c >> index 20b82fb036f8..e8d6c76e9234 100644 >> --- a/drivers/gpu/drm/i915/gvt/kvmgt.c >> +++ b/drivers/gpu/drm/i915/gvt/kvmgt.c >> @@ -46,6 +46,8 @@ >> >> #include <linux/nospec.h> >> >> +#include <drm/drm_edid.h> >> + >> #include "i915_drv.h" >> #include "gvt.h" >> >> > Hi: > > Thanks for the notification! > > Reviewed-by: Zhi Wang <zhi.a.wang@xxxxxxxxx> Thanks, pushed to drm-intel-next. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center