diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-16 17:55:59 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 07:45:05 +0000 |
commit | 4ff66dc08f73a81d181a84a7483489804142a72a (patch) | |
tree | f95d5aeb978a21d4c2565d1a7f07e5a5fe1b85cc /src/soc | |
parent | 266c313bc154c937d42ddad0b9a2e52e4ef686ae (diff) |
soc/intel/xeon_sp/uncore.c: Remove duplicated include
Change-Id: I2ac1035585b32ba65d0725067cff0c12c9f748c1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49570
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/xeon_sp/uncore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/uncore.c b/src/soc/intel/xeon_sp/uncore.c index 7679f2f1af..dede931fe0 100644 --- a/src/soc/intel/xeon_sp/uncore.c +++ b/src/soc/intel/xeon_sp/uncore.c @@ -12,7 +12,6 @@ #include <soc/util.h> #include <fsp/util.h> #include <security/intel/txt/txt_platform.h> -#include <soc/pci_devs.h> struct map_entry { uint32_t reg; |