]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/asm-x86/amd_iommu_types.h
x86: consolidate header guards
[linux-beck.git] / include / asm-x86 / amd_iommu_types.h
index 22aa58ca1991c3003565f8fbc0313f3cf37b9d92..e6b4d5b083701e730b22fbe9e91142ad77ee4895 100644 (file)
@@ -17,8 +17,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
 
-#ifndef __AMD_IOMMU_TYPES_H__
-#define __AMD_IOMMU_TYPES_H__
+#ifndef ASM_X86__AMD_IOMMU_TYPES_H
+#define ASM_X86__AMD_IOMMU_TYPES_H
 
 #include <linux/types.h>
 #include <linux/list.h>
@@ -339,4 +339,4 @@ static inline u16 calc_devid(u8 bus, u8 devfn)
        return (((u16)bus) << 8) | devfn;
 }
 
-#endif
+#endif /* ASM_X86__AMD_IOMMU_TYPES_H */