diff options
Diffstat (limited to 'drivers/iommu/dmar.c')
| -rw-r--r-- | drivers/iommu/dmar.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iommu/dmar.c b/drivers/iommu/dmar.c index 86e2f4a62b9..174bb654453 100644 --- a/drivers/iommu/dmar.c +++ b/drivers/iommu/dmar.c @@ -41,6 +41,8 @@  #include <asm/irq_remapping.h>  #include <asm/iommu_table.h> +#include "irq_remapping.h" +  /* No locks are needed as DMA remapping hardware unit   * list is constructed at boot time and hotplug of   * these units are not supported by the architecture.  |