kernel/arch/xtensa/include/asm/pci-bridge.h
.. .. @@ -11,8 +11,6 @@ 11 11 #ifndef _XTENSA_PCI_BRIDGE_H 12 12 #define _XTENSA_PCI_BRIDGE_H 13 13 14 -#ifdef __KERNEL__15 -16 14 struct device_node; 17 15 struct pci_controller; 18 16 .. .. @@ -84,5 +82,4 @@ 84 82 int early_write_config_word(struct pci_controller*, int, int, int, u16); 85 83 int early_write_config_dword(struct pci_controller*, int, int, int, u32); 86 84 87 -#endif /* __KERNEL__ */88 85 #endif /* _XTENSA_PCI_BRIDGE_H */