diff options
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/apollolake/memmap.c | 1 | ||||
-rw-r--r-- | src/soc/intel/apollolake/romstage.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/memmap.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/northcluster.c | 1 | ||||
-rw-r--r-- | src/soc/intel/cannonlake/memmap.c | 1 | ||||
-rw-r--r-- | src/soc/intel/icelake/memmap.c | 1 | ||||
-rw-r--r-- | src/soc/intel/skylake/memmap.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/intel/apollolake/memmap.c b/src/soc/intel/apollolake/memmap.c index 0eb66dcb40..8b51a85b76 100644 --- a/src/soc/intel/apollolake/memmap.c +++ b/src/soc/intel/apollolake/memmap.c @@ -20,7 +20,6 @@ #include <console/console.h> #include <cpu/x86/smm.h> #include <device/pci.h> -#include <intelblocks/smm.h> #include <soc/systemagent.h> #include <soc/pci_devs.h> diff --git a/src/soc/intel/apollolake/romstage.c b/src/soc/intel/apollolake/romstage.c index 3ce63704fb..640208dd0f 100644 --- a/src/soc/intel/apollolake/romstage.c +++ b/src/soc/intel/apollolake/romstage.c @@ -36,7 +36,6 @@ #include <intelblocks/lpc_lib.h> #include <intelblocks/msr.h> #include <intelblocks/pmclib.h> -#include <intelblocks/smm.h> #include <intelblocks/systemagent.h> #include <mrc_cache.h> #include <soc/cpu.h> diff --git a/src/soc/intel/braswell/memmap.c b/src/soc/intel/braswell/memmap.c index b4c69a4258..d502aed9f9 100644 --- a/src/soc/intel/braswell/memmap.c +++ b/src/soc/intel/braswell/memmap.c @@ -17,7 +17,6 @@ #include <cbmem.h> #include <cpu/x86/smm.h> #include <soc/iosf.h> -#include <soc/smm.h> static size_t smm_region_size(void) { diff --git a/src/soc/intel/braswell/northcluster.c b/src/soc/intel/braswell/northcluster.c index ff58ebfeec..8a5f02e48d 100644 --- a/src/soc/intel/braswell/northcluster.c +++ b/src/soc/intel/braswell/northcluster.c @@ -28,7 +28,6 @@ #include <soc/iosf.h> #include <soc/pci_devs.h> #include <soc/ramstage.h> -#include <soc/smm.h> #include <vendorcode/google/chromeos/chromeos.h> #include <stddef.h> diff --git a/src/soc/intel/cannonlake/memmap.c b/src/soc/intel/cannonlake/memmap.c index d1f3ad0035..276b9a356d 100644 --- a/src/soc/intel/cannonlake/memmap.c +++ b/src/soc/intel/cannonlake/memmap.c @@ -24,7 +24,6 @@ #include <intelblocks/ebda.h> #include <intelblocks/systemagent.h> #include <soc/pci_devs.h> -#include <soc/smm.h> #include <soc/systemagent.h> #include <stdlib.h> diff --git a/src/soc/intel/icelake/memmap.c b/src/soc/intel/icelake/memmap.c index 106742f51b..0d41f25280 100644 --- a/src/soc/intel/icelake/memmap.c +++ b/src/soc/intel/icelake/memmap.c @@ -23,7 +23,6 @@ #include <intelblocks/ebda.h> #include <intelblocks/systemagent.h> #include <soc/pci_devs.h> -#include <soc/smm.h> #include <soc/soc_chip.h> #include <soc/systemagent.h> #include <stdlib.h> diff --git a/src/soc/intel/skylake/memmap.c b/src/soc/intel/skylake/memmap.c index e4e25161c3..9d3f377339 100644 --- a/src/soc/intel/skylake/memmap.c +++ b/src/soc/intel/skylake/memmap.c @@ -25,7 +25,6 @@ #include <intelblocks/systemagent.h> #include <soc/msr.h> #include <soc/pci_devs.h> -#include <soc/smm.h> #include <soc/systemagent.h> #include <stdlib.h> |