diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 08:22:34 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 11:02:26 -0400 |
commit | f66f88f643c4f8ffaa0f5591a101e000538df6be (patch) | |
tree | b98d9c7656e1a8fe5b7bfd2f32f40ecd8c2f0114 /include/common.h | |
parent | 8bb687fdc10946a25e81393f8d6617d17e890df0 (diff) | |
download | u-boot-f66f88f643c4f8ffaa0f5591a101e000538df6be.tar.gz |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h index 45f190a600..a6347e0167 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) || \ |