diff options
Diffstat (limited to 'sys/alpha/tc/ascvar.h')
-rw-r--r-- | sys/alpha/tc/ascvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/tc/ascvar.h b/sys/alpha/tc/ascvar.h index eafdeb3..b5619db 100644 --- a/sys/alpha/tc/ascvar.h +++ b/sys/alpha/tc/ascvar.h @@ -42,7 +42,7 @@ typedef struct scsi_state { */ struct asc_softc { - struct device sc_dev; /* us as a device */ + device_t sc_dev; /* us as a device */ asc_regmap_t *regs; /* chip address */ volatile int *dmar; /* DMA address register address */ int sc_id; /* SCSI ID of this interface */ |