diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-23 11:18:46 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-02 07:41:25 +0000 |
commit | 48378e1f8d132a3d3bdbb7b1eac5c769c273e6e1 (patch) | |
tree | 507f4cf6c52e42a7a4bdcd79a925fbcf9ed42ce1 /src/mainboard/51nb | |
parent | a3b02e2818bedf39f4f84388f6d52dcf3ee299cc (diff) |
src: Remove duplicated includes
Change-Id: If8c7e26ebd954b19bfb8766b26570c6865ad255e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41676
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/51nb')
-rw-r--r-- | src/mainboard/51nb/x210/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/51nb/x210/romstage.c b/src/mainboard/51nb/x210/romstage.c index caaa52d4a2..60f008c20a 100644 --- a/src/mainboard/51nb/x210/romstage.c +++ b/src/mainboard/51nb/x210/romstage.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#include <string.h> #include <assert.h> #include <soc/romstage.h> #include <spd_bin.h> |