diff options
Diffstat (limited to 'sys/dev/rp/rpreg.h')
-rw-r--r-- | sys/dev/rp/rpreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/rp/rpreg.h b/sys/dev/rp/rpreg.h index a7cde1b..6852f7c 100644 --- a/sys/dev/rp/rpreg.h +++ b/sys/dev/rp/rpreg.h @@ -371,7 +371,7 @@ struct CONTROLLER_str struct tty *tty; /* tty */ /* Device nodes */ - dev_t *dev_nodes; + struct cdev **dev_nodes; /* Bus-specific properties */ void *bus_ctlp; |