summaryrefslogtreecommitdiff
path: root/src/commonlib/storage
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-10 10:34:08 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-11 11:13:18 +0000
commit327a0a7bafb9153b42893ce42bf84458cfa1be1e (patch)
tree0eab2bf8ed9321e47c4fafec4e93e118aba3667a /src/commonlib/storage
parent2f9a579048a406fa9637d4116be9c96a8a936bec (diff)
tree: Drop unused <string.h>
Change-Id: I0e216cbc4acf9571c65c345a1764e74485f89438 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81818 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/commonlib/storage')
-rw-r--r--src/commonlib/storage/pci_sdhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commonlib/storage/pci_sdhci.c b/src/commonlib/storage/pci_sdhci.c
index de9dd1b55c..f7922d42ea 100644
--- a/src/commonlib/storage/pci_sdhci.c
+++ b/src/commonlib/storage/pci_sdhci.c
@@ -4,7 +4,6 @@
#include <device/pci.h>
#include <device/pci_ops.h>
#include <stdint.h>
-#include <string.h>
#include "sd_mmc.h"
#include "storage.h"