diff options
| author | Vasant Hegde <[email protected]> | 2022-03-01 14:26:25 +0530 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2022-03-08 12:19:24 +0100 |
| commit | c1d5b57a1ebb97beb34ab8fe6347fb2ba65674b8 (patch) | |
| tree | 53c8fd0013296a3dcf098ef642288557fe0d5000 | |
| parent | 3bf01426a574b1fe0ec21aabb7148aff777e623f (diff) | |
iommu/amd: Remove unused struct fault.devid
This variable has not been used since it was introduced.
Signed-off-by: Suravee Suthikulpanit <[email protected]>
Signed-off-by: Vasant Hegde <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
| -rw-r--r-- | drivers/iommu/amd/iommu_v2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/amd/iommu_v2.c b/drivers/iommu/amd/iommu_v2.c index 58da08cc3d01..2daf37c21b85 100644 --- a/drivers/iommu/amd/iommu_v2.c +++ b/drivers/iommu/amd/iommu_v2.c @@ -71,7 +71,6 @@ struct fault { struct pasid_state *state; struct mm_struct *mm; u64 address; - u16 devid; u32 pasid; u16 tag; u16 finish; |