summaryrefslogtreecommitdiffstats
path: root/sys/dev/zs/z8530var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/zs/z8530var.h')
-rw-r--r--sys/dev/zs/z8530var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/zs/z8530var.h b/sys/dev/zs/z8530var.h
index 89a246a..1e5fef7 100644
--- a/sys/dev/zs/z8530var.h
+++ b/sys/dev/zs/z8530var.h
@@ -43,7 +43,7 @@ struct zstty_softc {
bus_space_tag_t sc_bt;
bus_space_handle_t sc_csr;
bus_space_handle_t sc_data;
- dev_t sc_si;
+ struct cdev *sc_si;
struct tty *sc_tty;
int sc_icnt;
uint8_t *sc_iput;
OpenPOWER on IntegriCloud