diff options
Diffstat (limited to 'src/commonlib/storage')
-rw-r--r-- | src/commonlib/storage/pci_sdhci.c | 1 |
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" |