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 diff --git a/drivers/video/sm501.c b/drivers/video/sm501.c index cafaae5..a468bd9 100644 --- a/drivers/video/sm501.c +++ b/drivers/video/sm501.c @@ -16,6 +16,7 @@ #include #include +#include #include #include 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 #include #include -#if defined(CONFIG_PCI) && defined(CONFIG_4xx) -#include -#endif #if defined(CONFIG_8xx) #include #if defined(CONFIG_MPC859) || defined(CONFIG_MPC859T) || \ -- cgit v0.10.2