Merge commit 'gnu/master' into test
[qemu] / hw / omap3_mmc.c
index 402db19..7897424 100644 (file)
@@ -265,7 +265,7 @@ static void omap3_mmc_command(struct omap3_mmc_s *host)
 {
     uint32_t rspstatus, mask;
     int rsplen, timeout;
-    struct sd_request_s request;
+    SDRequest request;
     uint8_t response[16];
     int cmd = (host->cmd >> 24) & 0x3f; /* INDX */