[SPARC64]: iommu_common.h tidy ups...
authorDavid S. Miller <davem@huronp11.davemloft.net>
Fri, 8 Feb 2008 10:09:40 +0000 (02:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Feb 2008 11:15:04 +0000 (03:15 -0800)
Add missing multiple-include guards and update copyright.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/iommu_common.h

index 4199237..8390f04 100644 (file)
@@ -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 (davem@redhat.com)
+ * Copyright (C) 1999, 2008 David S. Miller (davem@davemloft.net)
  */
 
+#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 */