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 --- drivers/video/sm501.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') 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 -- cgit v1.1