diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-10-06 08:15:24 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-06 10:51:30 -0400 |
commit | 1e19b16a30c34c042f1eaa23db4c99bfad1dac0e (patch) | |
tree | 5854d3feaa6d1ab7629764689076a9b35118d51e /include/linux/iommu-helper.h | |
parent | 40becd8d5af03ee7935e79c3fccd0d1f380d95b4 (diff) |
AMD IOMMU: use iommu_device_max_index, fix
include/linux/iommu-helper.h has no header guards, which breaks
sparc64 build. Add them.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Joerg Roedel <joerg.roedel@amd.com>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/iommu-helper.h')
-rw-r--r-- | include/linux/iommu-helper.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/iommu-helper.h b/include/linux/iommu-helper.h index 786539e432d7..a6d0586e2bf7 100644 --- a/include/linux/iommu-helper.h +++ b/include/linux/iommu-helper.h | |||
@@ -1,3 +1,6 @@ | |||
1 | #ifndef _LINUX_IOMMU_HELPER_H | ||
2 | #define _LINUX_IOMMU_HELPER_H | ||
3 | |||
1 | static inline unsigned long iommu_device_max_index(unsigned long size, | 4 | static inline unsigned long iommu_device_max_index(unsigned long size, |
2 | unsigned long offset, | 5 | unsigned long offset, |
3 | u64 dma_mask) | 6 | u64 dma_mask) |
@@ -19,3 +22,5 @@ extern unsigned long iommu_area_alloc(unsigned long *map, unsigned long size, | |||
19 | unsigned long align_mask); | 22 | unsigned long align_mask); |
20 | extern void iommu_area_free(unsigned long *map, unsigned long start, | 23 | extern void iommu_area_free(unsigned long *map, unsigned long start, |
21 | unsigned int nr); | 24 | unsigned int nr); |
25 | |||
26 | #endif | ||