diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-05-01 15:33:43 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-05-09 09:01:21 +0200 |
commit | ef9cb4e19b81887f93f200f500071688f773cc55 (patch) | |
tree | f8833f5a0ac417d703ff434fb201160f09a3fb05 /arch | |
parent | 7c2c85137f9c3fca47042b55f4cd17be208de167 (diff) | |
download | op-kernel-dev-ef9cb4e19b81887f93f200f500071688f773cc55.zip op-kernel-dev-ef9cb4e19b81887f93f200f500071688f773cc55.tar.gz |
microblaze: pci: Remove duplicated header
Remove duplicated header.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/include/asm/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/include/asm/pci.h b/arch/microblaze/include/asm/pci.h index 41cc841..d52abb6 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); static inline void __init xilinx_pci_init(void) { return; } #endif -#include <asm-generic/pci-dma-compat.h> - #endif /* __KERNEL__ */ #endif /* __ASM_MICROBLAZE_PCI_H */ |