Re: [PATCH 1/1] iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]

2021-02-02 Thread Joerg Roedel
On Sat, Jan 30, 2021 at 11:19:07PM +0800, Lu Baolu wrote: > drivers/iommu/intel/Makefile | 2 +- > drivers/iommu/intel/iommu.c| 1 - > include/trace/events/intel_iommu.h | 2 -- > 3 files changed, 1 insertion(+), 4 deletions(-) Applied, thanks. __

Re: [PATCH 1/1] iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]

2021-01-30 Thread Randy Dunlap
On 1/30/21 7:19 AM, Lu Baolu wrote: > trace_qi_submit() could be used when interrupt remapping is supported, > but DMA remapping is not. In this case, the following compile error > occurs. > > ../drivers/iommu/intel/dmar.c: In function 'qi_submit_sync': > ../drivers/iommu/intel/dmar.c:1311:3: erro

[PATCH 1/1] iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]

2021-01-30 Thread Lu Baolu
trace_qi_submit() could be used when interrupt remapping is supported, but DMA remapping is not. In this case, the following compile error occurs. ../drivers/iommu/intel/dmar.c: In function 'qi_submit_sync': ../drivers/iommu/intel/dmar.c:1311:3: error: implicit declaration of function 'trace_qi_s