diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2016-05-04 06:23:49 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2016-05-04 06:23:49 +0000 |
| commit | 748cd4c30d9a8251cde88aa397781880a672801e (patch) | |
| tree | 7980ed6fa8076403ac436dfb4bfd420d60db82a1 /sys/dev/lmc | |
| parent | 12b204a61b5334397d9c9be02dc1770db2aec043 (diff) | |
Notes
Diffstat (limited to 'sys/dev/lmc')
| -rw-r--r-- | sys/dev/lmc/if_lmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/lmc/if_lmc.h b/sys/dev/lmc/if_lmc.h index 01213758ee9c..357fd8834845 100644 --- a/sys/dev/lmc/if_lmc.h +++ b/sys/dev/lmc/if_lmc.h @@ -1092,7 +1092,7 @@ struct softc #endif struct callout callout; /* watchdog needs this */ - struct device *dev; /* base device pointer */ + device_t dev; /* base device pointer */ bus_space_tag_t csr_tag; /* bus_space needs this */ bus_space_handle_t csr_handle;/* bus_space_needs this */ void *irq_cookie; /* bus_teardown_intr needs this */ |
