From f66f88f643c4f8ffaa0f5591a101e000538df6be Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:22:34 -0600 Subject: 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 --- include/common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 45f190a600f..a6347e0167a 100644 --- a/include/common.h +++ b/include/common.h @@ -30,9 +30,6 @@ typedef volatile unsigned char vu_char; #include #include #include -#if defined(CONFIG_PCI) && defined(CONFIG_4xx) -#include -#endif #if defined(CONFIG_8xx) #include #if defined(CONFIG_MPC859) || defined(CONFIG_MPC859T) || \ -- cgit v1.2.3