diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-03-11 10:13:30 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-05-09 03:01:21 -0400 |
commit | 995fb054eb3590792458cb0eb65615cf3ffb3c81 (patch) | |
tree | c558db5148ec7902f9b33efdbf84041392e78ca2 | |
parent | e0fd9affeb64088eff407dfc98bbd3a5c17ea479 (diff) |
microblaze: pci: Remove duplicated include from pci-common.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | arch/microblaze/pci/pci-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/pci/pci-common.c b/arch/microblaze/pci/pci-common.c index 9ea521e4959e..bdb8ea100e73 100644 --- a/arch/microblaze/pci/pci-common.c +++ b/arch/microblaze/pci/pci-common.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <linux/of.h> | 30 | #include <linux/of.h> |
31 | #include <linux/of_address.h> | 31 | #include <linux/of_address.h> |
32 | #include <linux/of_pci.h> | 32 | #include <linux/of_pci.h> |
33 | #include <linux/pci.h> | ||
34 | #include <linux/export.h> | 33 | #include <linux/export.h> |
35 | 34 | ||
36 | #include <asm/processor.h> | 35 | #include <asm/processor.h> |