From f512388ed8fbea6e5aefa2950e4b9673706ebfbe Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 11 Aug 2022 19:34:54 -0600 Subject: blk: Drop IF_TYPE_ATAPI This is not really needed since it does the same things as IDE. 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 1898ebdda54..c7461f9f35a 100644 --- a/include/blk.h +++ b/include/blk.h @@ -31,7 +31,6 @@ enum if_type { IF_TYPE_UNKNOWN = 0, IF_TYPE_IDE, IF_TYPE_SCSI, - IF_TYPE_ATAPI, IF_TYPE_USB, IF_TYPE_MMC, IF_TYPE_SD, -- cgit v1.2.3