mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
e0fd9affeb
commit
995fb054eb
|
@ -30,7 +30,6 @@
|
|||
#include <linux/of.h>
|
||||
#include <linux/of_address.h>
|
||||
#include <linux/of_pci.h>
|
||||
#include <linux/pci.h>
|
||||
#include <linux/export.h>
|
||||
|
||||
#include <asm/processor.h>
|
||||
|
|
Loading…
Reference in New Issue