Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=19814ea24e9d80583504e336340ab4590841b0b1
Commit:     19814ea24e9d80583504e336340ab4590841b0b1
Parent:     0507468a8055fc9a51b40a59e6b4eb6081f23aad
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 8 02:09:40 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Sat Feb 9 03:15:04 2008 -0800

    [SPARC64]: iommu_common.h tidy ups...
    
    Add missing multiple-include guards and update copyright.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 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 4199237..8390f04 100644
--- a/arch/sparc64/kernel/iommu_common.h
+++ b/arch/sparc64/kernel/iommu_common.h
@@ -1,9 +1,11 @@
-/* $Id: iommu_common.h,v 1.5 2001/12/11 09:41:01 davem Exp $
- * iommu_common.h: UltraSparc SBUS/PCI common iommu declarations.
+/* iommu_common.h: UltraSparc SBUS/PCI common iommu declarations.
  *
- * Copyright (C) 1999 David S. Miller ([EMAIL PROTECTED])
+ * Copyright (C) 1999, 2008 David S. Miller ([EMAIL PROTECTED])
  */
 
+#ifndef _IOMMU_COMMON_H
+#define _IOMMU_COMMON_H
+
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/sched.h>
@@ -55,3 +57,5 @@ static inline unsigned long calc_npages(struct scatterlist 
*sglist, int nelems)
 
        return npages;
 }
+
+#endif /* _IOMMU_COMMON_H */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to