hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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 */