[SPARC64]: iommu_common.h tidy ups...

Add missing multiple-include guards and update copyright.

Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

David S. Miller and committed by
David S. Miller
19814ea2 0507468a

+7 -3
+7 -3
arch/sparc64/kernel/iommu_common.h
··· 1 - /* $Id: iommu_common.h,v 1.5 2001/12/11 09:41:01 davem Exp $ 2 - * iommu_common.h: UltraSparc SBUS/PCI common iommu declarations. 1 + /* 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 */ 5 + 6 + #ifndef _IOMMU_COMMON_H 7 + #define _IOMMU_COMMON_H 6 8 7 9 #include <linux/kernel.h> 8 10 #include <linux/types.h> ··· 57 55 58 56 return npages; 59 57 } 58 + 59 + #endif /* _IOMMU_COMMON_H */