diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-29 08:22:01 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-01 14:56:42 +0000 |
commit | 8292f4160a80a391892a42c7305e5992d278d254 (patch) | |
tree | bde46ab798b9a98aab42d5d116c17d9dde3f482d /src/soc/intel/broadwell | |
parent | b23571c18efde083dd702c22ccc03dd6a08626b1 (diff) |
src: Remove duplicated includes
Change-Id: I50cdffca34a6150ac11c3e83e1a603b766d1b84e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60438
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/intel/broadwell')
-rw-r--r-- | src/soc/intel/broadwell/pch/adsp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pch/adsp.c b/src/soc/intel/broadwell/pch/adsp.c index eaae08b881..e154446aaf 100644 --- a/src/soc/intel/broadwell/pch/adsp.c +++ b/src/soc/intel/broadwell/pch/adsp.c @@ -9,7 +9,6 @@ #include <device/mmio.h> #include <soc/adsp.h> #include <soc/device_nvs.h> -#include <soc/device_nvs.h> #include <soc/pch.h> #include <soc/rcba.h> #include <soc/intel/broadwell/pch/chip.h> |