aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-06-24 21:58:12 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-07-05 23:54:06 +0200
commit69372c7e3345f29599e040a7cc629bdf350c3518 (patch)
treeddc89086970239fa3fa1abbfa17a1cb2a5898d4f /include
parente7364ae74c51666e83f43975decb61b7f66cd409 (diff)
downloadqemu-69372c7e3345f29599e040a7cc629bdf350c3518.zip
qemu-69372c7e3345f29599e040a7cc629bdf350c3518.tar.gz
qemu-69372c7e3345f29599e040a7cc629bdf350c3518.tar.bz2
hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
All handlers using the 'sd_none' enum got converted, remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Cédric Le Goater <clg@redhat.com> Tested-by: Andrew Jeffery <andrew@codeconstruct.com.au> Tested-by: Cédric Le Goater <clg@redhat.com> Message-Id: <20240628070216.92609-76-philmd@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/sd/sd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/sd/sd.h b/include/hw/sd/sd.h
index 29c7693..c1a35ab 100644
--- a/include/hw/sd/sd.h
+++ b/include/hw/sd/sd.h
@@ -76,7 +76,6 @@ typedef enum {
} sd_uhs_mode_t;
typedef enum {
- sd_none = 0,
sd_spi,
sd_bc, /* broadcast -- no response */
sd_bcr, /* broadcast with response */