diff options
author | Jason Gunthorpe <jgg@nvidia.com> | 2023-03-22 23:08:03 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2023-03-31 11:03:31 +0300 |
commit | 99b5726b44230329f35b4c4d7fe1577d4f4edb31 (patch) | |
tree | 3bbde08b776b3ff0eb482dbc1bbe6f1354b4419e /drivers/dma/idxd | |
parent | fffaed1e24b8d114e958d180cb4a8aed3febbb5a (diff) | |
download | linux-99b5726b44230329f35b4c4d7fe1577d4f4edb31.tar.xz |
iommu: Remove ioasid infrastructure
This has no use anymore, delete it all.
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Link: https://lore.kernel.org/r/20230322200803.869130-8-jacob.jun.pan@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/dma/idxd')
-rw-r--r-- | drivers/dma/idxd/idxd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/idxd/idxd.h b/drivers/dma/idxd/idxd.h index 417e602a46b6..dd2a6ed8949b 100644 --- a/drivers/dma/idxd/idxd.h +++ b/drivers/dma/idxd/idxd.h @@ -10,7 +10,6 @@ #include <linux/cdev.h> #include <linux/idr.h> #include <linux/pci.h> -#include <linux/ioasid.h> #include <linux/bitmap.h> #include <linux/perf_event.h> #include <linux/iommu.h> |