diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-05 15:26:05 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-06 19:29:07 +0000 |
commit | d9dea6561585d0d69f2df277a81616137230a7ba (patch) | |
tree | 60a2826b43e0a71cc6408f257da86826e3cda5bd | |
parent | 7d28f20051d039d3535195a9d04019db254bbeaa (diff) | |
download | coreboot-d9dea6561585d0d69f2df277a81616137230a7ba.tar.xz |
soc/intel: Drop unused `#include <reg_script.h>`
In some cases, the SoC did not even select `REG_SCRIPT` in Kconfig.
Change-Id: I617f332b80c534997e06a91247d1be90a85573be
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43138
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
-rw-r--r-- | src/soc/intel/baytrail/sd.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/sd.c | 1 | ||||
-rw-r--r-- | src/soc/intel/broadwell/romstage/power_state.c | 1 | ||||
-rw-r--r-- | src/soc/intel/cannonlake/finalize.c | 1 | ||||
-rw-r--r-- | src/soc/intel/cannonlake/lpc.c | 1 | ||||
-rw-r--r-- | src/soc/intel/denverton_ns/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/intel/icelake/espi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/icelake/finalize.c | 1 | ||||
-rw-r--r-- | src/soc/intel/jasperlake/espi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/jasperlake/finalize.c | 1 | ||||
-rw-r--r-- | src/soc/intel/skylake/finalize.c | 1 | ||||
-rw-r--r-- | src/soc/intel/tigerlake/espi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/tigerlake/finalize.c | 1 |
13 files changed, 0 insertions, 13 deletions
diff --git a/src/soc/intel/baytrail/sd.c b/src/soc/intel/baytrail/sd.c index 6e4179c571..57cd8f4d1e 100644 --- a/src/soc/intel/baytrail/sd.c +++ b/src/soc/intel/baytrail/sd.c @@ -5,7 +5,6 @@ #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <reg_script.h> #include <soc/iosf.h> #include <soc/nvs.h> diff --git a/src/soc/intel/braswell/sd.c b/src/soc/intel/braswell/sd.c index edb5e77ca8..34dd8353e0 100644 --- a/src/soc/intel/braswell/sd.c +++ b/src/soc/intel/braswell/sd.c @@ -5,7 +5,6 @@ #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <reg_script.h> #include <soc/iosf.h> #include <soc/nvs.h> diff --git a/src/soc/intel/broadwell/romstage/power_state.c b/src/soc/intel/broadwell/romstage/power_state.c index 8128458320..cb1d3e5b9c 100644 --- a/src/soc/intel/broadwell/romstage/power_state.c +++ b/src/soc/intel/broadwell/romstage/power_state.c @@ -7,7 +7,6 @@ #include <device/device.h> #include <device/pci.h> #include <device/pci_def.h> -#include <reg_script.h> #include <string.h> #include <soc/iomap.h> #include <soc/lpc.h> diff --git a/src/soc/intel/cannonlake/finalize.c b/src/soc/intel/cannonlake/finalize.c index 49e9d7f66a..315c67a9d3 100644 --- a/src/soc/intel/cannonlake/finalize.c +++ b/src/soc/intel/cannonlake/finalize.c @@ -11,7 +11,6 @@ #include <intelblocks/pcr.h> #include <intelblocks/tco.h> #include <intelblocks/thermal.h> -#include <reg_script.h> #include <spi-generic.h> #include <soc/p2sb.h> #include <soc/pci_devs.h> diff --git a/src/soc/intel/cannonlake/lpc.c b/src/soc/intel/cannonlake/lpc.c index 47a7b7193e..50af9ee360 100644 --- a/src/soc/intel/cannonlake/lpc.c +++ b/src/soc/intel/cannonlake/lpc.c @@ -10,7 +10,6 @@ #include <intelblocks/itss.h> #include <intelblocks/lpc_lib.h> #include <intelblocks/pcr.h> -#include <reg_script.h> #include <soc/iomap.h> #include <soc/irq.h> #include <soc/lpc.h> diff --git a/src/soc/intel/denverton_ns/cpu.c b/src/soc/intel/denverton_ns/cpu.c index 9764a3edbb..b1eda9b54d 100644 --- a/src/soc/intel/denverton_ns/cpu.c +++ b/src/soc/intel/denverton_ns/cpu.c @@ -12,7 +12,6 @@ #include <device/device.h> #include <device/pci.h> #include <intelblocks/cpulib.h> -#include <reg_script.h> #include <soc/msr.h> #include <soc/cpu.h> diff --git a/src/soc/intel/icelake/espi.c b/src/soc/intel/icelake/espi.c index 2b98d9ee49..1497c8d8e4 100644 --- a/src/soc/intel/icelake/espi.c +++ b/src/soc/intel/icelake/espi.c @@ -10,7 +10,6 @@ #include <intelblocks/itss.h> #include <intelblocks/lpc_lib.h> #include <intelblocks/pcr.h> -#include <reg_script.h> #include <soc/espi.h> #include <soc/iomap.h> #include <soc/irq.h> diff --git a/src/soc/intel/icelake/finalize.c b/src/soc/intel/icelake/finalize.c index fdeaaaddde..53e3cbafb7 100644 --- a/src/soc/intel/icelake/finalize.c +++ b/src/soc/intel/icelake/finalize.c @@ -11,7 +11,6 @@ #include <intelblocks/pcr.h> #include <intelblocks/tco.h> #include <intelblocks/thermal.h> -#include <reg_script.h> #include <spi-generic.h> #include <soc/p2sb.h> #include <soc/pci_devs.h> diff --git a/src/soc/intel/jasperlake/espi.c b/src/soc/intel/jasperlake/espi.c index a1954fd414..bf82067b8c 100644 --- a/src/soc/intel/jasperlake/espi.c +++ b/src/soc/intel/jasperlake/espi.c @@ -10,7 +10,6 @@ #include <intelblocks/itss.h> #include <intelblocks/lpc_lib.h> #include <intelblocks/pcr.h> -#include <reg_script.h> #include <soc/espi.h> #include <soc/iomap.h> #include <soc/irq.h> diff --git a/src/soc/intel/jasperlake/finalize.c b/src/soc/intel/jasperlake/finalize.c index d16080fd50..08a6babcfb 100644 --- a/src/soc/intel/jasperlake/finalize.c +++ b/src/soc/intel/jasperlake/finalize.c @@ -11,7 +11,6 @@ #include <intelblocks/pcr.h> #include <intelblocks/tco.h> #include <intelblocks/thermal.h> -#include <reg_script.h> #include <spi-generic.h> #include <soc/p2sb.h> #include <soc/pci_devs.h> diff --git a/src/soc/intel/skylake/finalize.c b/src/soc/intel/skylake/finalize.c index dbb451c6be..98f12a5b6c 100644 --- a/src/soc/intel/skylake/finalize.c +++ b/src/soc/intel/skylake/finalize.c @@ -15,7 +15,6 @@ #include <intelblocks/pcr.h> #include <intelblocks/tco.h> #include <intelblocks/thermal.h> -#include <reg_script.h> #include <spi-generic.h> #include <soc/me.h> #include <soc/p2sb.h> diff --git a/src/soc/intel/tigerlake/espi.c b/src/soc/intel/tigerlake/espi.c index 8cc83036d5..513da5a79e 100644 --- a/src/soc/intel/tigerlake/espi.c +++ b/src/soc/intel/tigerlake/espi.c @@ -16,7 +16,6 @@ #include <intelblocks/itss.h> #include <intelblocks/lpc_lib.h> #include <intelblocks/pcr.h> -#include <reg_script.h> #include <soc/espi.h> #include <soc/iomap.h> #include <soc/irq.h> diff --git a/src/soc/intel/tigerlake/finalize.c b/src/soc/intel/tigerlake/finalize.c index d0dc30e056..534abd9453 100644 --- a/src/soc/intel/tigerlake/finalize.c +++ b/src/soc/intel/tigerlake/finalize.c @@ -17,7 +17,6 @@ #include <intelblocks/pcr.h> #include <intelblocks/tco.h> #include <intelblocks/thermal.h> -#include <reg_script.h> #include <spi-generic.h> #include <soc/p2sb.h> #include <soc/pci_devs.h> |