hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm64/include/asm/pci.h
....@@ -1,7 +1,6 @@
11 /* SPDX-License-Identifier: GPL-2.0 */
22 #ifndef __ASM_PCI_H
33 #define __ASM_PCI_H
4
-#ifdef __KERNEL__
54
65 #include <linux/types.h>
76 #include <linux/slab.h>
....@@ -36,5 +35,4 @@
3635 }
3736 #endif /* CONFIG_PCI */
3837
39
-#endif /* __KERNEL__ */
4038 #endif /* __ASM_PCI_H */