aboutsummaryrefslogtreecommitdiff
path: root/include/blk.h
diff options
context:
space:
mode:
authorSimon Glass2022-08-11 19:34:52 -0600
committerTom Rini2022-09-16 11:05:16 -0400
commit1c2e255334a222dc4070afff13a8b985ec9bb1b2 (patch)
tree408c27626e2ef572c5328cd35e52e1863fc21367 /include/blk.h
parent0417b8523c474e142979f99f978f270762502366 (diff)
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 <sjg@chromium.org>
Diffstat (limited to 'include/blk.h')
-rw-r--r--include/blk.h1
1 files changed, 0 insertions, 1 deletions
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,