kernel/arch/arm64/include/asm/pci.h
.. .. @@ -1,7 +1,6 @@ 1 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 2 #ifndef __ASM_PCI_H 3 3 #define __ASM_PCI_H 4 -#ifdef __KERNEL__5 4 6 5 #include <linux/types.h> 7 6 #include <linux/slab.h> .. .. @@ -36,5 +35,4 @@ 36 35 } 37 36 #endif /* CONFIG_PCI */ 38 37 39 -#endif /* __KERNEL__ */40 38 #endif /* __ASM_PCI_H */