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>
This commit is contained in:
Philippe Mathieu-Daudé 2024-06-24 21:58:12 +02:00
parent e7364ae74c
commit 69372c7e33
2 changed files with 1 additions and 7 deletions

View file

@ -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 */