summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:22:34 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:26 (GMT)
commitf66f88f643c4f8ffaa0f5591a101e000538df6be (patch)
treeb98d9c7656e1a8fe5b7bfd2f32f40ecd8c2f0114 /include/common.h
parent8bb687fdc10946a25e81393f8d6617d17e890df0 (diff)
downloadu-boot-fsl-qoriq-f66f88f643c4f8ffaa0f5591a101e000538df6be.tar.xz
common: Drop inclusion of pci.h
This should not be in common.h - remove it and update the only file that needs it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index 45f190a..a6347e0 100644
--- a/include/common.h
+++ b/include/common.h
@@ -30,9 +30,6 @@ typedef volatile unsigned char vu_char;
#include <asm/ptrace.h>
#include <stdarg.h>
#include <linux/kernel.h>
-#if defined(CONFIG_PCI) && defined(CONFIG_4xx)
-#include <pci.h>
-#endif
#if defined(CONFIG_8xx)
#include <asm/8xx_immap.h>
#if defined(CONFIG_MPC859) || defined(CONFIG_MPC859T) || \