diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2021-07-06 09:04:09 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2021-07-06 09:04:38 +0000 |
| commit | a081a943a0ece20cf4ed28681ec3e01baa94ca2e (patch) | |
| tree | 9bf723f81076ee9e21c77493da69a696cf3e52d5 /sys/cam/mmc | |
| parent | 13aa56fcd59674cd65afc8e9d6b0c15d32bf9f81 (diff) | |
Diffstat (limited to 'sys/cam/mmc')
| -rw-r--r-- | sys/cam/mmc/mmc_xpt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/mmc/mmc_xpt.c b/sys/cam/mmc/mmc_xpt.c index a649946f096f..6a3ba02acecb 100644 --- a/sys/cam/mmc/mmc_xpt.c +++ b/sys/cam/mmc/mmc_xpt.c @@ -176,7 +176,6 @@ CAM_XPT_PROTO(mmc_proto); typedef struct { probe_action action; int restart; - union ccb saved_ccb; uint32_t host_ocr; uint32_t flags; #define PROBE_FLAG_ACMD_SENT 0x1 /* CMD55 is sent, card expects ACMD */ |
