From 4e17d47e3ec7cd009a1991b499a3256ec0bd0ee9 Mon Sep 17 00:00:00 2001 From: Remis Lima Baima Date: Thu, 30 Apr 2009 18:36:23 +0200 Subject: [PATCH] --- yaml --- r: 145731 b: refs/heads/master c: bf293c17b26b8854241df08b9b63f7270cbde012 h: refs/heads/master i: 145729: 568ee9bb295c7bdc8148c1959dfc2b4910fd93e0 145727: b8ecd7a6005c5c3b5c43976b4096ddb9aebaeabc v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/iomap.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2d6c0d718536..5df7f768d8cb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e7d43a74cb07cbc4b8e9b5e4a914816b33fb0719 +refs/heads/master: bf293c17b26b8854241df08b9b63f7270cbde012 diff --git a/trunk/arch/x86/include/asm/iomap.h b/trunk/arch/x86/include/asm/iomap.h index 86af26091d6c..0e9fe1d9d971 100644 --- a/trunk/arch/x86/include/asm/iomap.h +++ b/trunk/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 */