[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 08/13] asm: arm: pci: Fix the #include label in asm-arm/pci.h
From: Manish Jaggi <mjaggi@xxxxxxxxxxxxxxxxxx> asm-arm/pci.h has an incorrect #ifndef label. Fixing it to ARM Signed-off-by: Manish Jaggi <manish.jaggi@xxxxxxxxxx> --- xen/include/asm-arm/pci.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/include/asm-arm/pci.h b/xen/include/asm-arm/pci.h index de13359f65..3145ed505c 100644 --- a/xen/include/asm-arm/pci.h +++ b/xen/include/asm-arm/pci.h @@ -1,7 +1,7 @@ -#ifndef __X86_PCI_H__ -#define __X86_PCI_H__ +#ifndef __ASM_ARM_PCI_H__ +#define __ASM_ARM_PCI_H__ struct arch_pci_dev { }; -#endif /* __X86_PCI_H__ */ +#endif /* __ASM_ARM_PCI_H__ */ -- 2.14.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |