aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-05-01 09:33:43 -0400
committerMichal Simek <michal.simek@xilinx.com>2013-05-09 03:01:21 -0400
commitef9cb4e19b81887f93f200f500071688f773cc55 (patch)
treef8833f5a0ac417d703ff434fb201160f09a3fb05
parent7c2c85137f9c3fca47042b55f4cd17be208de167 (diff)
microblaze: pci: Remove duplicated header
Remove duplicated header. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--arch/microblaze/include/asm/pci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/include/asm/pci.h b/arch/microblaze/include/asm/pci.h
index 41cc841091b0..d52abb6812fa 100644
--- a/arch/microblaze/include/asm/pci.h
+++ b/arch/microblaze/include/asm/pci.h
@@ -153,7 +153,5 @@ extern void __init xilinx_pci_init(void);
153static inline void __init xilinx_pci_init(void) { return; } 153static inline void __init xilinx_pci_init(void) { return; }
154#endif 154#endif
155 155
156#include <asm-generic/pci-dma-compat.h>
157
158#endif /* __KERNEL__ */ 156#endif /* __KERNEL__ */
159#endif /* __ASM_MICROBLAZE_PCI_H */ 157#endif /* __ASM_MICROBLAZE_PCI_H */