From 1c2e255334a222dc4070afff13a8b985ec9bb1b2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 11 Aug 2022 19:34:52 -0600 Subject: blk: Drop IF_TYPE_DOC This doesn't seem to be used for anything and it isn't clear what it is. It dates from the first U-Boot commit. Drop it. Signed-off-by: Simon Glass --- include/blk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/blk.h b/include/blk.h index 5bdffe74015..1898ebdda54 100644 --- a/include/blk.h +++ b/include/blk.h @@ -33,7 +33,6 @@ enum if_type { IF_TYPE_SCSI, IF_TYPE_ATAPI, IF_TYPE_USB, - IF_TYPE_DOC, IF_TYPE_MMC, IF_TYPE_SD, IF_TYPE_SATA, -- cgit v1.2.3