diff options
Diffstat (limited to 'sys/dev/bktr/bktr_reg.h')
| -rw-r--r-- | sys/dev/bktr/bktr_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_reg.h b/sys/dev/bktr/bktr_reg.h index 4a3af1a490b0..65a6dbc359a0 100644 --- a/sys/dev/bktr/bktr_reg.h +++ b/sys/dev/bktr/bktr_reg.h @@ -35,7 +35,7 @@ */ #ifdef __NetBSD__ -#include <machine/bus.h> /* struct device */ +#include <machine/bus.h> /* device_t */ #include <sys/device.h> #include <sys/select.h> /* struct selinfo */ # ifdef DEBUG |
