hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/xtensa/include/asm/pci-bridge.h
....@@ -11,8 +11,6 @@
1111 #ifndef _XTENSA_PCI_BRIDGE_H
1212 #define _XTENSA_PCI_BRIDGE_H
1313
14
-#ifdef __KERNEL__
15
-
1614 struct device_node;
1715 struct pci_controller;
1816
....@@ -84,5 +82,4 @@
8482 int early_write_config_word(struct pci_controller*, int, int, int, u16);
8583 int early_write_config_dword(struct pci_controller*, int, int, int, u32);
8684
87
-#endif /* __KERNEL__ */
8885 #endif /* _XTENSA_PCI_BRIDGE_H */