summaryrefslogtreecommitdiff
path: root/drivers
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 /drivers
parent8bb687fdc10946a25e81393f8d6617d17e890df0 (diff)
downloadu-boot-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 'drivers')
-rw-r--r--drivers/video/sm501.c1
1 files changed, 1 insertions, 0 deletions
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 <common.h>
#include <asm/io.h>
+#include <pci.h>
#include <video_fb.h>
#include <sm501.h>