diff options
| -rw-r--r-- | drivers/iommu/omap-iommu-debug.c | 2 | ||||
| -rw-r--r-- | drivers/iommu/omap-iommu.c | 2 | ||||
| -rw-r--r-- | drivers/iommu/omap-iopgtable.h (renamed from arch/arm/plat-omap/include/plat/iopgtable.h) | 0 | ||||
| -rw-r--r-- | drivers/iommu/omap-iovmm.c | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iommu/omap-iommu-debug.c b/drivers/iommu/omap-iommu-debug.c index f55fc5dfbadc..0cac372b0d43 100644 --- a/drivers/iommu/omap-iommu-debug.c +++ b/drivers/iommu/omap-iommu-debug.c | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #include <plat/iommu.h> | 22 | #include <plat/iommu.h> |
| 23 | #include <plat/iovmm.h> | 23 | #include <plat/iovmm.h> |
| 24 | 24 | ||
| 25 | #include <plat/iopgtable.h> | 25 | #include "omap-iopgtable.h" |
| 26 | 26 | ||
| 27 | #define MAXCOLUMN 100 /* for short messages */ | 27 | #define MAXCOLUMN 100 /* for short messages */ |
| 28 | 28 | ||
diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iommu.c index d0b1234581be..f2bbfb0fd0e0 100644 --- a/drivers/iommu/omap-iommu.c +++ b/drivers/iommu/omap-iommu.c | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | #include <plat/iommu.h> | 27 | #include <plat/iommu.h> |
| 28 | 28 | ||
| 29 | #include <plat/iopgtable.h> | 29 | #include "omap-iopgtable.h" |
| 30 | 30 | ||
| 31 | #define for_each_iotlb_cr(obj, n, __i, cr) \ | 31 | #define for_each_iotlb_cr(obj, n, __i, cr) \ |
| 32 | for (__i = 0; \ | 32 | for (__i = 0; \ |
diff --git a/arch/arm/plat-omap/include/plat/iopgtable.h b/drivers/iommu/omap-iopgtable.h index 66a813977d52..66a813977d52 100644 --- a/arch/arm/plat-omap/include/plat/iopgtable.h +++ b/drivers/iommu/omap-iopgtable.h | |||
diff --git a/drivers/iommu/omap-iovmm.c b/drivers/iommu/omap-iovmm.c index 2e10c3e0a7ae..b332392397ce 100644 --- a/drivers/iommu/omap-iovmm.c +++ b/drivers/iommu/omap-iovmm.c | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | #include <plat/iommu.h> | 24 | #include <plat/iommu.h> |
| 25 | #include <plat/iovmm.h> | 25 | #include <plat/iovmm.h> |
| 26 | 26 | ||
| 27 | #include <plat/iopgtable.h> | 27 | #include "omap-iopgtable.h" |
| 28 | 28 | ||
| 29 | static struct kmem_cache *iovm_area_cachep; | 29 | static struct kmem_cache *iovm_area_cachep; |
| 30 | 30 | ||
