aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/dma-iommu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dma-iommu.h b/include/linux/dma-iommu.h
index 92f20832fd28..e8ca5e654277 100644
--- a/include/linux/dma-iommu.h
+++ b/include/linux/dma-iommu.h
@@ -17,6 +17,7 @@
17#define __DMA_IOMMU_H 17#define __DMA_IOMMU_H
18 18
19#ifdef __KERNEL__ 19#ifdef __KERNEL__
20#include <linux/types.h>
20#include <asm/errno.h> 21#include <asm/errno.h>
21 22
22#ifdef CONFIG_IOMMU_DMA 23#ifdef CONFIG_IOMMU_DMA