diff options
Diffstat (limited to 'arch/x86/include/asm/pci_32.h')
-rw-r--r-- | arch/x86/include/asm/pci_32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/pci_32.h b/arch/x86/include/asm/pci_32.h index 3f2288207c0c..6f1213a6ef4f 100644 --- a/arch/x86/include/asm/pci_32.h +++ b/arch/x86/include/asm/pci_32.h @@ -1,5 +1,5 @@ -#ifndef ASM_X86__PCI_32_H -#define ASM_X86__PCI_32_H +#ifndef _ASM_X86_PCI_32_H +#define _ASM_X86_PCI_32_H #ifdef __KERNEL__ @@ -31,4 +31,4 @@ struct pci_dev; #endif /* __KERNEL__ */ -#endif /* ASM_X86__PCI_32_H */ +#endif /* _ASM_X86_PCI_32_H */ |