Skip to content

Commit

Permalink
x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Remis Lima Baima authored and Ingo Molnar committed Apr 30, 2009
1 parent e7d43a7 commit bf293c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/x86/include/asm/iomap.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef _ASM_X86_IOMAP_H
#define _ASM_X86_IOMAP_H

/*
* Copyright © 2008 Ingo Molnar
*
Expand Down Expand Up @@ -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 */

0 comments on commit bf293c1

Please sign in to comment.