diff options
author | Lu Baolu <baolu.lu@linux.intel.com> | 2020-07-24 04:49:25 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2020-07-24 11:51:21 +0300 |
commit | 02f3effddfd04f3f08a24d23a82d1c1c6d89b777 (patch) | |
tree | bf8528381db0660c116a15597a6a99666e2d903a /drivers/iommu/intel/iommu.c | |
parent | 8b73712115ebd603b75876f7d96d59e41d9107ad (diff) | |
download | linux-02f3effddfd04f3f08a24d23a82d1c1c6d89b777.tar.xz |
iommu/vt-d: Rename intel-pasid.h to pasid.h
As Intel VT-d files have been moved to its own subdirectory, the prefix
makes no sense. No functional changes.
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Link: https://lore.kernel.org/r/20200724014925.15523-13-baolu.lu@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/intel/iommu.c')
-rw-r--r-- | drivers/iommu/intel/iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c index 1cb3a2a050c3..b3faf99457a6 100644 --- a/drivers/iommu/intel/iommu.c +++ b/drivers/iommu/intel/iommu.c @@ -48,7 +48,7 @@ #include <trace/events/intel_iommu.h> #include "../irq_remapping.h" -#include "intel-pasid.h" +#include "pasid.h" #define ROOT_SIZE VTD_PAGE_SIZE #define CONTEXT_SIZE VTD_PAGE_SIZE |