aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-05 15:26:05 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-06 19:29:07 +0000
commitd9dea6561585d0d69f2df277a81616137230a7ba (patch)
tree60a2826b43e0a71cc6408f257da86826e3cda5bd /src/soc/intel/braswell
parent7d28f20051d039d3535195a9d04019db254bbeaa (diff)
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>
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r--src/soc/intel/braswell/sd.c1
1 files changed, 0 insertions, 1 deletions
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>