From 1dbe71fbb83891967cd4ce58118e008b03a90e73 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 11 Aug 2022 19:34:55 -0600 Subject: blk: Drop IF_TYPE_SD This is not really needed since it does the same things as MMC. Drop it. Signed-off-by: Simon Glass --- include/blk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/blk.h') diff --git a/include/blk.h b/include/blk.h index c7461f9..cc30e38 100644 --- a/include/blk.h +++ b/include/blk.h @@ -33,7 +33,6 @@ enum if_type { IF_TYPE_SCSI, IF_TYPE_USB, IF_TYPE_MMC, - IF_TYPE_SD, IF_TYPE_SATA, IF_TYPE_HOST, IF_TYPE_NVME, -- cgit v1.1