From 6f296421f8963bfd2cae13b4648b2c115f7562c9 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Thu, 22 Feb 2018 15:12:52 +0000 Subject: sdcard: use the registerfields API to access the OCR register Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Message-id: 20180215220540.6556-12-f4bug@amsat.org Signed-off-by: Peter Maydell --- include/hw/sd/sd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/hw/sd/sd.h') diff --git a/include/hw/sd/sd.h b/include/hw/sd/sd.h index bf1eb0713c..9bdb3c9285 100644 --- a/include/hw/sd/sd.h +++ b/include/hw/sd/sd.h @@ -53,7 +53,6 @@ #define READY_FOR_DATA (1 << 8) #define APP_CMD (1 << 5) #define AKE_SEQ_ERROR (1 << 3) -#define OCR_CCS_BITN 30 typedef enum { SD_VOLTAGE_0_4V = 400, /* currently not supported */ -- cgit v1.2.3-55-g7522