diff options
Diffstat (limited to 'arch/x86/include/asm/xen/grant_table.h')
-rw-r--r-- | arch/x86/include/asm/xen/grant_table.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/xen/grant_table.h b/arch/x86/include/asm/xen/grant_table.h index 6d55da987250..fdbbb45767a6 100644 --- a/arch/x86/include/asm/xen/grant_table.h +++ b/arch/x86/include/asm/xen/grant_table.h @@ -1,7 +1,7 @@ -#ifndef _ASM_X86_XEN__GRANT_TABLE_H -#define _ASM_X86_XEN__GRANT_TABLE_H +#ifndef _ASM_X86_XEN_GRANT_TABLE_H +#define _ASM_X86_XEN_GRANT_TABLE_H #define xen_alloc_vm_area(size) alloc_vm_area(size) #define xen_free_vm_area(area) free_vm_area(area) -#endif /* _ASM_X86_XEN__GRANT_TABLE_H */ +#endif /* _ASM_X86_XEN_GRANT_TABLE_H */ |