diff options
author | Hannah Williams <hannah.williams@intel.com> | 2017-05-31 13:45:08 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-06-01 20:50:25 +0200 |
commit | f5f7c84a58c61ff690bf9dd4260280e93353d4fe (patch) | |
tree | 12ca80ceb0c2aecdd4fab3bb23a25edee0c24808 /src/soc/intel/common/block | |
parent | 9deb23a4adf6daf3e84f1b8c79d68e34765e54eb (diff) | |
download | coreboot-f5f7c84a58c61ff690bf9dd4260280e93353d4fe.tar.xz |
soc/intel/apollolake: Remove soc/pci_ids dependency
and add pci ids for GLK and APL from device/pci_ids.h
Change-Id: If8101fe52591b09caadfe104ca8daab4258837c7
Signed-off-by: Hannah Williams <hannah.williams@intel.com>
Reviewed-on: https://review.coreboot.org/19999
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/cse/cse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c index 1990cd1d03..7ae9b53450 100644 --- a/src/soc/intel/common/block/cse/cse.c +++ b/src/soc/intel/common/block/cse/cse.c @@ -22,7 +22,6 @@ #include <device/pci_ops.h> #include <intelblocks/cse.h> #include <soc/pci_devs.h> -#include <soc/pci_ids.h> #include <string.h> #include <timer.h> |