kernel/arch/xtensa/include/asm/pci.h
.. .. @@ -11,8 +11,6 @@ 11 11 #ifndef _XTENSA_PCI_H 12 12 #define _XTENSA_PCI_H 13 13 14 -#ifdef __KERNEL__15 -16 14 /* Can be used to override the logic in pci_scan_bus for skipping 17 15 * already-configured bus numbers - to be used for buggy BIOSes 18 16 * or architectures with incomplete PCI setup by the loader .. .. @@ -44,8 +42,6 @@ 44 42 #define HAVE_PCI_MMAP 1 45 43 #define ARCH_GENERIC_PCI_MMAP_RESOURCE 1 46 44 #define arch_can_pci_mmap_io() 1 47 -48 -#endif /* __KERNEL__ */49 45 50 46 /* Generic PCI */ 51 47 #include <asm-generic/pci.h>