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 /drivers/video/sm501.c | |
parent | 8bb687fdc10946a25e81393f8d6617d17e890df0 (diff) |
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/video/sm501.c')
-rw-r--r-- | drivers/video/sm501.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/sm501.c b/drivers/video/sm501.c index cafaae5f31..a468bd96ad 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> |