projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2c851
)
microblaze: pci: Remove duplicated header
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 1 May 2013 13:33:43 +0000
(15:33 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 9 May 2013 07:01:21 +0000
(09:01 +0200)
Remove duplicated header.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/asm/pci.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/pci.h
b/arch/microblaze/include/asm/pci.h
index 41cc841091b084e73692220324d30fd44ac0b018..d52abb6812fabb082c86196d97be0ee90cf728d0 100644
(file)
--- 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);
static inline void __init xilinx_pci_init(void) { return; }
#endif
-#include <asm-generic/pci-dma-compat.h>
-
#endif /* __KERNEL__ */
#endif /* __ASM_MICROBLAZE_PCI_H */