diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/amd_iommu_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/amd_iommu_types.h b/arch/x86/include/asm/amd_iommu_types.h index ee8cfa00017d..c4b144ece1f8 100644 --- a/arch/x86/include/asm/amd_iommu_types.h +++ b/arch/x86/include/asm/amd_iommu_types.h | |||
@@ -302,7 +302,7 @@ struct amd_iommu { | |||
302 | bool int_enabled; | 302 | bool int_enabled; |
303 | 303 | ||
304 | /* if one, we need to send a completion wait command */ | 304 | /* if one, we need to send a completion wait command */ |
305 | int need_sync; | 305 | bool need_sync; |
306 | 306 | ||
307 | /* default dma_ops domain for that IOMMU */ | 307 | /* default dma_ops domain for that IOMMU */ |
308 | struct dma_ops_domain *default_dom; | 308 | struct dma_ops_domain *default_dom; |