* [tip:x86/cleanups] x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.h
[not found] <200904301836.23885.arnd@arndb.de>
@ 2009-04-30 17:30 ` tip-bot for Remis Lima Baima
0 siblings, 0 replies; only message in thread
From: tip-bot for Remis Lima Baima @ 2009-04-30 17:30 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, arnd, hpa, mingo, remis.developer, tglx, mingo
Commit-ID: bf293c17b26b8854241df08b9b63f7270cbde012
Gitweb: http://git.kernel.org/tip/bf293c17b26b8854241df08b9b63f7270cbde012
Author: Remis Lima Baima <remis.developer@googlemail.com>
AuthorDate: Thu, 30 Apr 2009 18:36:23 +0200
Committer: Ingo Molnar <mingo@elte.hu>
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@googlemail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
LKML-Reference: <200904301836.23885.arnd@arndb.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
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 */
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-30 17:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200904301836.23885.arnd@arndb.de>
2009-04-30 17:30 ` [tip:x86/cleanups] x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.h tip-bot for Remis Lima Baima
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox