Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86: drop double underscores from header guards

Drop double underscores from header guards in arch/x86/include. They
are used inconsistently, and are not necessary.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

+96 -96
+3 -3
arch/x86/include/asm/mach-default/apm.h
··· 3 3 * Split out from apm.c by Osamu Tomita <tomita@cinet.co.jp> 4 4 */ 5 5 6 - #ifndef _ASM_X86_MACH_DEFAULT__APM_H 7 - #define _ASM_X86_MACH_DEFAULT__APM_H 6 + #ifndef _ASM_X86_MACH_DEFAULT_APM_H 7 + #define _ASM_X86_MACH_DEFAULT_APM_H 8 8 9 9 #ifdef APM_ZERO_SEGS 10 10 # define APM_DO_ZERO_SEGS \ ··· 70 70 return error; 71 71 } 72 72 73 - #endif /* _ASM_X86_MACH_DEFAULT__APM_H */ 73 + #endif /* _ASM_X86_MACH_DEFAULT_APM_H */
+3 -3
arch/x86/include/asm/mach-default/mach_apic.h
··· 1 - #ifndef _ASM_X86_MACH_DEFAULT__MACH_APIC_H 2 - #define _ASM_X86_MACH_DEFAULT__MACH_APIC_H 1 + #ifndef _ASM_X86_MACH_DEFAULT_MACH_APIC_H 2 + #define _ASM_X86_MACH_DEFAULT_MACH_APIC_H 3 3 4 4 #ifdef CONFIG_X86_LOCAL_APIC 5 5 ··· 153 153 { 154 154 } 155 155 #endif /* CONFIG_X86_LOCAL_APIC */ 156 - #endif /* _ASM_X86_MACH_DEFAULT__MACH_APIC_H */ 156 + #endif /* _ASM_X86_MACH_DEFAULT_MACH_APIC_H */
+3 -3
arch/x86/include/asm/mach-default/mach_apicdef.h
··· 1 - #ifndef _ASM_X86_MACH_DEFAULT__MACH_APICDEF_H 2 - #define _ASM_X86_MACH_DEFAULT__MACH_APICDEF_H 1 + #ifndef _ASM_X86_MACH_DEFAULT_MACH_APICDEF_H 2 + #define _ASM_X86_MACH_DEFAULT_MACH_APICDEF_H 3 3 4 4 #include <asm/apic.h> 5 5 ··· 21 21 #define GET_APIC_ID(x) get_apic_id(x) 22 22 #endif 23 23 24 - #endif /* _ASM_X86_MACH_DEFAULT__MACH_APICDEF_H */ 24 + #endif /* _ASM_X86_MACH_DEFAULT_MACH_APICDEF_H */
+3 -3
arch/x86/include/asm/mach-default/mach_ipi.h
··· 1 - #ifndef _ASM_X86_MACH_DEFAULT__MACH_IPI_H 2 - #define _ASM_X86_MACH_DEFAULT__MACH_IPI_H 1 + #ifndef _ASM_X86_MACH_DEFAULT_MACH_IPI_H 2 + #define _ASM_X86_MACH_DEFAULT_MACH_IPI_H 3 3 4 4 /* Avoid include hell */ 5 5 #define NMI_VECTOR 0x02 ··· 61 61 } 62 62 #endif 63 63 64 - #endif /* _ASM_X86_MACH_DEFAULT__MACH_IPI_H */ 64 + #endif /* _ASM_X86_MACH_DEFAULT_MACH_IPI_H */
+3 -3
arch/x86/include/asm/mach-default/mach_mpparse.h
··· 1 - #ifndef _ASM_X86_MACH_DEFAULT__MACH_MPPARSE_H 2 - #define _ASM_X86_MACH_DEFAULT__MACH_MPPARSE_H 1 + #ifndef _ASM_X86_MACH_DEFAULT_MACH_MPPARSE_H 2 + #define _ASM_X86_MACH_DEFAULT_MACH_MPPARSE_H 3 3 4 4 static inline int mps_oem_check(struct mp_config_table *mpc, char *oem, 5 5 char *productid) ··· 14 14 } 15 15 16 16 17 - #endif /* _ASM_X86_MACH_DEFAULT__MACH_MPPARSE_H */ 17 + #endif /* _ASM_X86_MACH_DEFAULT_MACH_MPPARSE_H */
+3 -3
arch/x86/include/asm/mach-default/mach_mpspec.h
··· 1 - #ifndef _ASM_X86_MACH_DEFAULT__MACH_MPSPEC_H 2 - #define _ASM_X86_MACH_DEFAULT__MACH_MPSPEC_H 1 + #ifndef _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H 2 + #define _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H 3 3 4 4 #define MAX_IRQ_SOURCES 256 5 5 ··· 9 9 #define MAX_MP_BUSSES 32 10 10 #endif 11 11 12 - #endif /* _ASM_X86_MACH_DEFAULT__MACH_MPSPEC_H */ 12 + #endif /* _ASM_X86_MACH_DEFAULT_MACH_MPSPEC_H */
+3 -3
arch/x86/include/asm/mach-default/mach_timer.h
··· 10 10 * directly because of the awkward 8-bit access mechanism of the 82C54 11 11 * device. 12 12 */ 13 - #ifndef _ASM_X86_MACH_DEFAULT__MACH_TIMER_H 14 - #define _ASM_X86_MACH_DEFAULT__MACH_TIMER_H 13 + #ifndef _ASM_X86_MACH_DEFAULT_MACH_TIMER_H 14 + #define _ASM_X86_MACH_DEFAULT_MACH_TIMER_H 15 15 16 16 #define CALIBRATE_TIME_MSEC 30 /* 30 msecs */ 17 17 #define CALIBRATE_LATCH \ ··· 45 45 *count_p = count; 46 46 } 47 47 48 - #endif /* _ASM_X86_MACH_DEFAULT__MACH_TIMER_H */ 48 + #endif /* _ASM_X86_MACH_DEFAULT_MACH_TIMER_H */
+3 -3
arch/x86/include/asm/mach-default/mach_traps.h
··· 2 2 * Machine specific NMI handling for generic. 3 3 * Split out from traps.c by Osamu Tomita <tomita@cinet.co.jp> 4 4 */ 5 - #ifndef _ASM_X86_MACH_DEFAULT__MACH_TRAPS_H 6 - #define _ASM_X86_MACH_DEFAULT__MACH_TRAPS_H 5 + #ifndef _ASM_X86_MACH_DEFAULT_MACH_TRAPS_H 6 + #define _ASM_X86_MACH_DEFAULT_MACH_TRAPS_H 7 7 8 8 #include <asm/mc146818rtc.h> 9 9 ··· 30 30 unlock_cmos(); 31 31 } 32 32 33 - #endif /* _ASM_X86_MACH_DEFAULT__MACH_TRAPS_H */ 33 + #endif /* _ASM_X86_MACH_DEFAULT_MACH_TRAPS_H */
+3 -3
arch/x86/include/asm/mach-default/mach_wakecpu.h
··· 1 - #ifndef _ASM_X86_MACH_DEFAULT__MACH_WAKECPU_H 2 - #define _ASM_X86_MACH_DEFAULT__MACH_WAKECPU_H 1 + #ifndef _ASM_X86_MACH_DEFAULT_MACH_WAKECPU_H 2 + #define _ASM_X86_MACH_DEFAULT_MACH_WAKECPU_H 3 3 4 4 /* 5 5 * This file copes with machines that wakeup secondary CPUs by the ··· 39 39 #define inquire_remote_apic(apicid) {} 40 40 #endif 41 41 42 - #endif /* _ASM_X86_MACH_DEFAULT__MACH_WAKECPU_H */ 42 + #endif /* _ASM_X86_MACH_DEFAULT_MACH_WAKECPU_H */
+3 -3
arch/x86/include/asm/mach-generic/gpio.h
··· 1 - #ifndef _ASM_X86_MACH_GENERIC__GPIO_H 2 - #define _ASM_X86_MACH_GENERIC__GPIO_H 1 + #ifndef _ASM_X86_MACH_GENERIC_GPIO_H 2 + #define _ASM_X86_MACH_GENERIC_GPIO_H 3 3 4 4 int gpio_request(unsigned gpio, const char *label); 5 5 void gpio_free(unsigned gpio); ··· 12 12 13 13 #include <asm-generic/gpio.h> /* cansleep wrappers */ 14 14 15 - #endif /* _ASM_X86_MACH_GENERIC__GPIO_H */ 15 + #endif /* _ASM_X86_MACH_GENERIC_GPIO_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_apic.h
··· 1 - #ifndef _ASM_X86_MACH_GENERIC__MACH_APIC_H 2 - #define _ASM_X86_MACH_GENERIC__MACH_APIC_H 1 + #ifndef _ASM_X86_MACH_GENERIC_MACH_APIC_H 2 + #define _ASM_X86_MACH_GENERIC_MACH_APIC_H 3 3 4 4 #include <asm/genapic.h> 5 5 ··· 30 30 31 31 extern void generic_bigsmp_probe(void); 32 32 33 - #endif /* _ASM_X86_MACH_GENERIC__MACH_APIC_H */ 33 + #endif /* _ASM_X86_MACH_GENERIC_MACH_APIC_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_apicdef.h
··· 1 - #ifndef _ASM_X86_MACH_GENERIC__MACH_APICDEF_H 2 - #define _ASM_X86_MACH_GENERIC__MACH_APICDEF_H 1 + #ifndef _ASM_X86_MACH_GENERIC_MACH_APICDEF_H 2 + #define _ASM_X86_MACH_GENERIC_MACH_APICDEF_H 3 3 4 4 #ifndef APIC_DEFINITION 5 5 #include <asm/genapic.h> ··· 8 8 #define APIC_ID_MASK (genapic->apic_id_mask) 9 9 #endif 10 10 11 - #endif /* _ASM_X86_MACH_GENERIC__MACH_APICDEF_H */ 11 + #endif /* _ASM_X86_MACH_GENERIC_MACH_APICDEF_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_ipi.h
··· 1 - #ifndef _ASM_X86_MACH_GENERIC__MACH_IPI_H 2 - #define _ASM_X86_MACH_GENERIC__MACH_IPI_H 1 + #ifndef _ASM_X86_MACH_GENERIC_MACH_IPI_H 2 + #define _ASM_X86_MACH_GENERIC_MACH_IPI_H 3 3 4 4 #include <asm/genapic.h> 5 5 ··· 7 7 #define send_IPI_allbutself (genapic->send_IPI_allbutself) 8 8 #define send_IPI_all (genapic->send_IPI_all) 9 9 10 - #endif /* _ASM_X86_MACH_GENERIC__MACH_IPI_H */ 10 + #endif /* _ASM_X86_MACH_GENERIC_MACH_IPI_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_mpparse.h
··· 1 - #ifndef _ASM_X86_MACH_GENERIC__MACH_MPPARSE_H 2 - #define _ASM_X86_MACH_GENERIC__MACH_MPPARSE_H 1 + #ifndef _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H 2 + #define _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H 3 3 4 4 5 5 extern int mps_oem_check(struct mp_config_table *mpc, char *oem, ··· 7 7 8 8 extern int acpi_madt_oem_check(char *oem_id, char *oem_table_id); 9 9 10 - #endif /* _ASM_X86_MACH_GENERIC__MACH_MPPARSE_H */ 10 + #endif /* _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H */
+3 -3
arch/x86/include/asm/mach-generic/mach_mpspec.h
··· 1 - #ifndef _ASM_X86_MACH_GENERIC__MACH_MPSPEC_H 2 - #define _ASM_X86_MACH_GENERIC__MACH_MPSPEC_H 1 + #ifndef _ASM_X86_MACH_GENERIC_MACH_MPSPEC_H 2 + #define _ASM_X86_MACH_GENERIC_MACH_MPSPEC_H 3 3 4 4 #define MAX_IRQ_SOURCES 256 5 5 ··· 9 9 10 10 extern void numaq_mps_oem_check(struct mp_config_table *mpc, char *oem, 11 11 char *productid); 12 - #endif /* _ASM_X86_MACH_GENERIC__MACH_MPSPEC_H */ 12 + #endif /* _ASM_X86_MACH_GENERIC_MACH_MPSPEC_H */
+3 -3
arch/x86/include/asm/mach-rdc321x/gpio.h
··· 1 - #ifndef _ASM_X86_MACH_RDC321X__GPIO_H 2 - #define _ASM_X86_MACH_RDC321X__GPIO_H 1 + #ifndef _ASM_X86_MACH_RDC321X_GPIO_H 2 + #define _ASM_X86_MACH_RDC321X_GPIO_H 3 3 4 4 #include <linux/kernel.h> 5 5 ··· 57 57 /* For cansleep */ 58 58 #include <asm-generic/gpio.h> 59 59 60 - #endif /* _ASM_X86_MACH_RDC321X__GPIO_H */ 60 + #endif /* _ASM_X86_MACH_RDC321X_GPIO_H */
+3 -3
arch/x86/include/asm/uv/bios.h
··· 1 - #ifndef _ASM_X86_UV__BIOS_H 2 - #define _ASM_X86_UV__BIOS_H 1 + #ifndef _ASM_X86_UV_BIOS_H 2 + #define _ASM_X86_UV_BIOS_H 3 3 4 4 /* 5 5 * UV BIOS layer definitions. ··· 91 91 92 92 extern struct kobject *sgi_uv_kobj; /* /sys/firmware/sgi_uv */ 93 93 94 - #endif /* _ASM_X86_UV__BIOS_H */ 94 + #endif /* _ASM_X86_UV_BIOS_H */
+3 -3
arch/x86/include/asm/uv/uv_bau.h
··· 8 8 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved. 9 9 */ 10 10 11 - #ifndef _ASM_X86_UV__UV_BAU_H 12 - #define _ASM_X86_UV__UV_BAU_H 11 + #ifndef _ASM_X86_UV_UV_BAU_H 12 + #define _ASM_X86_UV_UV_BAU_H 13 13 14 14 #include <linux/bitmap.h> 15 15 #define BITSPERBYTE 8 ··· 329 329 extern void uv_bau_message_intr1(void); 330 330 extern void uv_bau_timeout_intr1(void); 331 331 332 - #endif /* _ASM_X86_UV__UV_BAU_H */ 332 + #endif /* _ASM_X86_UV_UV_BAU_H */
+3 -3
arch/x86/include/asm/uv/uv_hub.h
··· 8 8 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved. 9 9 */ 10 10 11 - #ifndef _ASM_X86_UV__UV_HUB_H 12 - #define _ASM_X86_UV__UV_HUB_H 11 + #ifndef _ASM_X86_UV_UV_HUB_H 12 + #define _ASM_X86_UV_UV_HUB_H 13 13 14 14 #include <linux/numa.h> 15 15 #include <linux/percpu.h> ··· 350 350 return uv_possible_blades; 351 351 } 352 352 353 - #endif /* _ASM_X86_UV__UV_HUB_H */ 353 + #endif /* _ASM_X86_UV_UV_HUB_H */ 354 354
+3 -3
arch/x86/include/asm/uv/uv_irq.h
··· 8 8 * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved. 9 9 */ 10 10 11 - #ifndef _ASM_X86_UV__UV_IRQ_H 12 - #define _ASM_X86_UV__UV_IRQ_H 11 + #ifndef _ASM_X86_UV_UV_IRQ_H 12 + #define _ASM_X86_UV_UV_IRQ_H 13 13 14 14 /* If a generic version of this structure gets defined, eliminate this one. */ 15 15 struct uv_IO_APIC_route_entry { ··· 33 33 extern int uv_setup_irq(char *, int, int, unsigned long); 34 34 extern void uv_teardown_irq(unsigned int, int, unsigned long); 35 35 36 - #endif /* _ASM_X86_UV__UV_IRQ_H */ 36 + #endif /* _ASM_X86_UV_UV_IRQ_H */
+3 -3
arch/x86/include/asm/uv/uv_mmrs.h
··· 8 8 * Copyright (C) 2007-2008 Silicon Graphics, Inc. All rights reserved. 9 9 */ 10 10 11 - #ifndef _ASM_X86_UV__UV_MMRS_H 12 - #define _ASM_X86_UV__UV_MMRS_H 11 + #ifndef _ASM_X86_UV_UV_MMRS_H 12 + #define _ASM_X86_UV_UV_MMRS_H 13 13 14 14 #define UV_MMR_ENABLE (1UL << 63) 15 15 ··· 1292 1292 }; 1293 1293 1294 1294 1295 - #endif /* _ASM_X86_UV__UV_MMRS_H */ 1295 + #endif /* _ASM_X86_UV_UV_MMRS_H */
+3 -3
arch/x86/include/asm/visws/cobalt.h
··· 1 - #ifndef _ASM_X86_VISWS__COBALT_H 2 - #define _ASM_X86_VISWS__COBALT_H 1 + #ifndef _ASM_X86_VISWS_COBALT_H 2 + #define _ASM_X86_VISWS_COBALT_H 3 3 4 4 #include <asm/fixmap.h> 5 5 ··· 122 122 123 123 extern char visws_board_rev; 124 124 125 - #endif /* _ASM_X86_VISWS__COBALT_H */ 125 + #endif /* _ASM_X86_VISWS_COBALT_H */
+3 -3
arch/x86/include/asm/visws/lithium.h
··· 1 - #ifndef _ASM_X86_VISWS__LITHIUM_H 2 - #define _ASM_X86_VISWS__LITHIUM_H 1 + #ifndef _ASM_X86_VISWS_LITHIUM_H 2 + #define _ASM_X86_VISWS_LITHIUM_H 3 3 4 4 #include <asm/fixmap.h> 5 5 ··· 49 49 return *((volatile unsigned short *)(LI_PCIB_VADDR+reg)); 50 50 } 51 51 52 - #endif /* _ASM_X86_VISWS__LITHIUM_H */ 52 + #endif /* _ASM_X86_VISWS_LITHIUM_H */ 53 53
+3 -3
arch/x86/include/asm/visws/piix4.h
··· 1 - #ifndef _ASM_X86_VISWS__PIIX4_H 2 - #define _ASM_X86_VISWS__PIIX4_H 1 + #ifndef _ASM_X86_VISWS_PIIX4_H 2 + #define _ASM_X86_VISWS_PIIX4_H 3 3 4 4 /* 5 5 * PIIX4 as used on SGI Visual Workstations ··· 104 104 */ 105 105 #define PIIX_GPI_STPCLK 0x4 // STPCLK signal routed back in 106 106 107 - #endif /* _ASM_X86_VISWS__PIIX4_H */ 107 + #endif /* _ASM_X86_VISWS_PIIX4_H */
+3 -3
arch/x86/include/asm/xen/events.h
··· 1 - #ifndef _ASM_X86_XEN__EVENTS_H 2 - #define _ASM_X86_XEN__EVENTS_H 1 + #ifndef _ASM_X86_XEN_EVENTS_H 2 + #define _ASM_X86_XEN_EVENTS_H 3 3 4 4 enum ipi_vector { 5 5 XEN_RESCHEDULE_VECTOR, ··· 21 21 do_IRQ(regs); 22 22 } 23 23 24 - #endif /* _ASM_X86_XEN__EVENTS_H */ 24 + #endif /* _ASM_X86_XEN_EVENTS_H */
+3 -3
arch/x86/include/asm/xen/grant_table.h
··· 1 - #ifndef _ASM_X86_XEN__GRANT_TABLE_H 2 - #define _ASM_X86_XEN__GRANT_TABLE_H 1 + #ifndef _ASM_X86_XEN_GRANT_TABLE_H 2 + #define _ASM_X86_XEN_GRANT_TABLE_H 3 3 4 4 #define xen_alloc_vm_area(size) alloc_vm_area(size) 5 5 #define xen_free_vm_area(area) free_vm_area(area) 6 6 7 - #endif /* _ASM_X86_XEN__GRANT_TABLE_H */ 7 + #endif /* _ASM_X86_XEN_GRANT_TABLE_H */
+3 -3
arch/x86/include/asm/xen/hypercall.h
··· 30 30 * IN THE SOFTWARE. 31 31 */ 32 32 33 - #ifndef _ASM_X86_XEN__HYPERCALL_H 34 - #define _ASM_X86_XEN__HYPERCALL_H 33 + #ifndef _ASM_X86_XEN_HYPERCALL_H 34 + #define _ASM_X86_XEN_HYPERCALL_H 35 35 36 36 #include <linux/errno.h> 37 37 #include <linux/string.h> ··· 524 524 mcl->args[1] = esp; 525 525 } 526 526 527 - #endif /* _ASM_X86_XEN__HYPERCALL_H */ 527 + #endif /* _ASM_X86_XEN_HYPERCALL_H */
+3 -3
arch/x86/include/asm/xen/hypervisor.h
··· 30 30 * IN THE SOFTWARE. 31 31 */ 32 32 33 - #ifndef _ASM_X86_XEN__HYPERVISOR_H 34 - #define _ASM_X86_XEN__HYPERVISOR_H 33 + #ifndef _ASM_X86_XEN_HYPERVISOR_H 34 + #define _ASM_X86_XEN_HYPERVISOR_H 35 35 36 36 #include <linux/types.h> 37 37 #include <linux/kernel.h> ··· 79 79 #define xen_initial_domain() (xen_pv_domain() && xen_start_info->flags & SIF_INITDOMAIN) 80 80 #define xen_hvm_domain() (xen_domain_type == XEN_HVM_DOMAIN) 81 81 82 - #endif /* _ASM_X86_XEN__HYPERVISOR_H */ 82 + #endif /* _ASM_X86_XEN_HYPERVISOR_H */
+3 -3
arch/x86/include/asm/xen/interface.h
··· 6 6 * Copyright (c) 2004, K A Fraser 7 7 */ 8 8 9 - #ifndef _ASM_X86_XEN__INTERFACE_H 10 - #define _ASM_X86_XEN__INTERFACE_H 9 + #ifndef _ASM_X86_XEN_INTERFACE_H 10 + #define _ASM_X86_XEN_INTERFACE_H 11 11 12 12 #ifdef __XEN__ 13 13 #define __DEFINE_GUEST_HANDLE(name, type) \ ··· 172 172 #define XEN_CPUID XEN_EMULATE_PREFIX "cpuid" 173 173 #endif 174 174 175 - #endif /* _ASM_X86_XEN__INTERFACE_H */ 175 + #endif /* _ASM_X86_XEN_INTERFACE_H */
+3 -3
arch/x86/include/asm/xen/interface_32.h
··· 6 6 * Copyright (c) 2004, K A Fraser 7 7 */ 8 8 9 - #ifndef _ASM_X86_XEN__INTERFACE_32_H 10 - #define _ASM_X86_XEN__INTERFACE_32_H 9 + #ifndef _ASM_X86_XEN_INTERFACE_32_H 10 + #define _ASM_X86_XEN_INTERFACE_32_H 11 11 12 12 13 13 /* ··· 94 94 #define xen_pfn_to_cr3(pfn) (((unsigned)(pfn) << 12) | ((unsigned)(pfn) >> 20)) 95 95 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20)) 96 96 97 - #endif /* _ASM_X86_XEN__INTERFACE_32_H */ 97 + #endif /* _ASM_X86_XEN_INTERFACE_32_H */
+3 -3
arch/x86/include/asm/xen/interface_64.h
··· 1 - #ifndef _ASM_X86_XEN__INTERFACE_64_H 2 - #define _ASM_X86_XEN__INTERFACE_64_H 1 + #ifndef _ASM_X86_XEN_INTERFACE_64_H 2 + #define _ASM_X86_XEN_INTERFACE_64_H 3 3 4 4 /* 5 5 * 64-bit segment selectors ··· 156 156 #endif /* !__ASSEMBLY__ */ 157 157 158 158 159 - #endif /* _ASM_X86_XEN__INTERFACE_64_H */ 159 + #endif /* _ASM_X86_XEN_INTERFACE_64_H */
+3 -3
arch/x86/include/asm/xen/page.h
··· 1 - #ifndef _ASM_X86_XEN__PAGE_H 2 - #define _ASM_X86_XEN__PAGE_H 1 + #ifndef _ASM_X86_XEN_PAGE_H 2 + #define _ASM_X86_XEN_PAGE_H 3 3 4 4 #include <linux/pfn.h> 5 5 ··· 162 162 void make_lowmem_page_readonly(void *vaddr); 163 163 void make_lowmem_page_readwrite(void *vaddr); 164 164 165 - #endif /* _ASM_X86_XEN__PAGE_H */ 165 + #endif /* _ASM_X86_XEN_PAGE_H */