diff options
Diffstat (limited to 'usr/src/uts/common/sys/sdcard/sda_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/sdcard/sda_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/sdcard/sda_impl.h b/usr/src/uts/common/sys/sdcard/sda_impl.h index c71c897709..c1b48db950 100644 --- a/usr/src/uts/common/sys/sdcard/sda_impl.h +++ b/usr/src/uts/common/sys/sdcard/sda_impl.h @@ -46,8 +46,9 @@ typedef struct sda_slot sda_slot_t; * Per slot state. */ struct sda_slot { - sda_host_t *s_host; + sda_host_t *s_hostp; void *s_prv; /* bus private data */ + dev_info_t *s_dip; /* devinfo node for child */ int s_slot_num; boolean_t s_inserted; |