diff options
| author | Simon Glass <[email protected]> | 2022-08-11 19:34:55 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-09-16 11:05:16 -0400 |
| commit | 1dbe71fbb83891967cd4ce58118e008b03a90e73 (patch) | |
| tree | ecd267ccfed4d9c3f2481ef232653501ec7502da /include/blk.h | |
| parent | f512388ed8fbea6e5aefa2950e4b9673706ebfbe (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/blk.h')
| -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 c7461f9f35a..cc30e3861fa 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, |
