diff options
author | Simon Glass | 2022-08-11 19:34:54 -0600 |
---|---|---|
committer | Tom Rini | 2022-09-16 11:05:16 -0400 |
commit | f512388ed8fbea6e5aefa2950e4b9673706ebfbe (patch) | |
tree | f3e54ef8cb090a354cd360d1d15c5808a02112eb /include | |
parent | 606e0542b591efa5cf2927dfbfe9569c7264b01a (diff) |
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 <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/blk.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |