Re: [PATCH 4/7] drm/i915: Remove unnecessary include

2022-05-16 Thread Jason Gunthorpe via iommu
On Sat, May 14, 2022 at 09:43:19AM +0800, Lu Baolu wrote: > intel-iommu.h is not needed in drm/i915 anymore. Remove its include. > > Signed-off-by: Lu Baolu > --- > drivers/gpu/drm/i915/i915_drv.h| 1 - > drivers/gpu/drm/i915/display/intel_display.c | 1 - >

Re: [PATCH 4/7] drm/i915: Remove unnecessary include

2022-05-16 Thread Jani Nikula
On Sat, 14 May 2022, Lu Baolu wrote: > intel-iommu.h is not needed in drm/i915 anymore. Remove its include. Thanks for the cleanups. Do you want to keep the patches together or want us to pick this up via drm-intel? If you want to keep the patches together, Acked-by: Jani Nikula for merging

[PATCH 4/7] drm/i915: Remove unnecessary include

2022-05-13 Thread Lu Baolu
intel-iommu.h is not needed in drm/i915 anymore. Remove its include. Signed-off-by: Lu Baolu --- drivers/gpu/drm/i915/i915_drv.h| 1 - drivers/gpu/drm/i915/display/intel_display.c | 1 - drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 1 - 3 files changed, 3 deletions(-)