Use correct type for card field.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Apr 2007 16:54:11 +0000 (16:54 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Apr 2007 16:54:11 +0000 (16:54 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2621 c046a42c-6fe2-441c-8c8c-71466251a162

hw/pl181.c

index 7912c280b544285d2eb4a68bd6eeb4cfc9cbbcf4..7c3b5de4c6a6dad50350d4aba0bb13c6e70a7439 100644 (file)
@@ -22,7 +22,7 @@ do { printf("pl181: " fmt , ##args); } while (0)
 #define PL181_FIFO_LEN 16
 
 typedef struct {
-    struct sd_state_s *card;
+    SDState *card;
     uint32_t base;
     uint32_t clock;
     uint32_t power;