[tip:x86/cleanups] x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.h

From: tip-bot for Remis Lima Baima
Date: Thu Apr 30 2009 - 13:56:27 EST


Commit-ID: bf293c17b26b8854241df08b9b63f7270cbde012
Gitweb: http://git.kernel.org/tip/bf293c17b26b8854241df08b9b63f7270cbde012
Author: Remis Lima Baima <remis.developer@xxxxxxxxxxxxxx>
AuthorDate: Thu, 30 Apr 2009 18:36:23 +0200
Committer: Ingo Molnar <mingo@xxxxxxx>
CommitDate: Thu, 30 Apr 2009 19:26:11 +0200

x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.h

iomap.h misses the include guards.

[ Impact: cleanup ]

Signed-off-by: Remis Lima Baima <remis.developer@xxxxxxxxxxxxxx>
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
LKML-Reference: <200904301836.23885.arnd@xxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>


---
arch/x86/include/asm/iomap.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/x86/include/asm/iomap.h b/arch/x86/include/asm/iomap.h
index 86af260..0e9fe1d 100644
--- a/arch/x86/include/asm/iomap.h
+++ b/arch/x86/include/asm/iomap.h
@@ -1,3 +1,6 @@
+#ifndef _ASM_X86_IOMAP_H
+#define _ASM_X86_IOMAP_H
+
/*
* Copyright  2008 Ingo Molnar
*
@@ -31,3 +34,5 @@ iomap_atomic_prot_pfn(unsigned long pfn, enum km_type type, pgprot_t prot);

void
iounmap_atomic(void *kvaddr, enum km_type type);
+
+#endif /* _ASM_X86_IOMAP_H */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/