projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d43a7
)
x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.h
author
Remis Lima Baima
<remis.developer@googlemail.com>
Thu, 30 Apr 2009 16:36:23 +0000
(18:36 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 30 Apr 2009 17:26:11 +0000
(19:26 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/iomap.h
b/arch/x86/include/asm/iomap.h
index 86af26091d6c3c2146da4e5f6f3abbfd6cb165ba..0e9fe1d9d9715db6a2fb952eff4b917465c3d64b 100644
(file)
--- 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 */