mirror of https://gitee.com/openkylin/linux.git
microblaze: pci: Remove duplicated header
Remove duplicated header. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
7c2c85137f
commit
ef9cb4e19b
|
@ -153,7 +153,5 @@ extern void __init xilinx_pci_init(void);
|
|||
static inline void __init xilinx_pci_init(void) { return; }
|
||||
#endif
|
||||
|
||||
#include <asm-generic/pci-dma-compat.h>
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
#endif /* __ASM_MICROBLAZE_PCI_H */
|
||||
|
|
Loading…
Reference in New Issue