diff options
author | David S. Miller <davem@huronp11.davemloft.net> | 2008-02-08 05:09:40 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-09 06:15:04 -0500 |
commit | 19814ea24e9d80583504e336340ab4590841b0b1 (patch) | |
tree | dfc43632024c6cebca0a2e5474934cfc2186159d /arch | |
parent | 0507468a8055fc9a51b40a59e6b4eb6081f23aad (diff) |
[SPARC64]: iommu_common.h tidy ups...
Add missing multiple-include guards and update copyright.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc64/kernel/iommu_common.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/iommu_common.h b/arch/sparc64/kernel/iommu_common.h index 41992371c932..8390f043ffff 100644 --- a/arch/sparc64/kernel/iommu_common.h +++ b/arch/sparc64/kernel/iommu_common.h | |||
@@ -1,9 +1,11 @@ | |||
1 | /* $Id: iommu_common.h,v 1.5 2001/12/11 09:41:01 davem Exp $ | 1 | /* iommu_common.h: UltraSparc SBUS/PCI common iommu declarations. |
2 | * iommu_common.h: UltraSparc SBUS/PCI common iommu declarations. | ||
3 | * | 2 | * |
4 | * Copyright (C) 1999 David S. Miller (davem@redhat.com) | 3 | * Copyright (C) 1999, 2008 David S. Miller (davem@davemloft.net) |
5 | */ | 4 | */ |
6 | 5 | ||
6 | #ifndef _IOMMU_COMMON_H | ||
7 | #define _IOMMU_COMMON_H | ||
8 | |||
7 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
8 | #include <linux/types.h> | 10 | #include <linux/types.h> |
9 | #include <linux/sched.h> | 11 | #include <linux/sched.h> |
@@ -55,3 +57,5 @@ static inline unsigned long calc_npages(struct scatterlist *sglist, int nelems) | |||
55 | 57 | ||
56 | return npages; | 58 | return npages; |
57 | } | 59 | } |
60 | |||
61 | #endif /* _IOMMU_COMMON_H */ | ||