diff options
Diffstat (limited to 'arch/ia64/hp/common/sba_iommu.c')
-rw-r--r-- | arch/ia64/hp/common/sba_iommu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ia64/hp/common/sba_iommu.c b/arch/ia64/hp/common/sba_iommu.c index 4ce8d1358fee..80241fe03f50 100644 --- a/arch/ia64/hp/common/sba_iommu.c +++ b/arch/ia64/hp/common/sba_iommu.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <linux/crash_dump.h> | 37 | #include <linux/crash_dump.h> |
38 | #include <linux/iommu-helper.h> | 38 | #include <linux/iommu-helper.h> |
39 | #include <linux/dma-mapping.h> | 39 | #include <linux/dma-mapping.h> |
40 | #include <linux/prefetch.h> | ||
40 | 41 | ||
41 | #include <asm/delay.h> /* ia64_get_itc() */ | 42 | #include <asm/delay.h> /* ia64_get_itc() */ |
42 | #include <asm/io.h> | 43 | #include <asm/io.h> |
@@ -1063,7 +1064,7 @@ static void sba_unmap_page(struct device *dev, dma_addr_t iova, size_t size, | |||
1063 | /* | 1064 | /* |
1064 | ** Address does not fall w/in IOVA, must be bypassing | 1065 | ** Address does not fall w/in IOVA, must be bypassing |
1065 | */ | 1066 | */ |
1066 | DBG_BYPASS("sba_unmap_single_atttrs() bypass addr: 0x%lx\n", | 1067 | DBG_BYPASS("sba_unmap_single_attrs() bypass addr: 0x%lx\n", |
1067 | iova); | 1068 | iova); |
1068 | 1069 | ||
1069 | #ifdef ENABLE_MARK_CLEAN | 1070 | #ifdef ENABLE_MARK_CLEAN |