diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 08:40:53 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-05 17:38:18 +0000 |
commit | 249343bebb6f9c4401403d01dd2feb39e6a2d178 (patch) | |
tree | dab4ff1ff0588050afd80b2f564ba8ce6905efdb /src/southbridge/intel/bd82x6x/me_smm.c | |
parent | 5a5ed1fb20eabe19146418fae7e3624b297b4d2d (diff) |
src/southbridge: Remove unused <string.h>
Change-Id: Idc0cd9d6865cd9c1b95e6c838795cce9dbc643a3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60554
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/southbridge/intel/bd82x6x/me_smm.c')
-rw-r--r-- | src/southbridge/intel/bd82x6x/me_smm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/bd82x6x/me_smm.c b/src/southbridge/intel/bd82x6x/me_smm.c index e1eb9001df..c7a7f45ad7 100644 --- a/src/southbridge/intel/bd82x6x/me_smm.c +++ b/src/southbridge/intel/bd82x6x/me_smm.c @@ -6,7 +6,6 @@ #include <device/pci_ids.h> #include <device/pci_ops.h> #include <stdint.h> -#include <string.h> #include "me.h" #include "pch.h" |