diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-31 08:37:39 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-04 14:56:56 +0000 |
commit | fc86f8bf27ea41f9c9e07575883210bfb2092db4 (patch) | |
tree | 6feaa5584c2bba627ecd221386168688a38c9d61 /src/mainboard/google/brya/variants/brya0 | |
parent | 3a0355a8bc068aa3dbcc19cc74826b14505c8f61 (diff) |
src/mb: Remove unused <string.h>
Change-Id: I5f2710b2034882a24a041d99e37ec364193d85e6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60551
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/google/brya/variants/brya0')
-rw-r--r-- | src/mainboard/google/brya/variants/brya0/gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/brya0/gpio.c b/src/mainboard/google/brya/variants/brya0/gpio.c index c3cfc0c3d4..95151bce5e 100644 --- a/src/mainboard/google/brya/variants/brya0/gpio.c +++ b/src/mainboard/google/brya/variants/brya0/gpio.c @@ -4,7 +4,6 @@ #include <boardid.h> #include <console/console.h> #include <soc/gpio.h> -#include <string.h> static const struct pad_config board_id0_1_overrides[] = { /* B2 : VRALERT# ==> NC */ |