diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-09-26 17:12:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-09-26 17:12:14 +0000 |
| commit | 329e817fcc97aa847765c5171cc89a81a0b25527 (patch) | |
| tree | ef997f398912dc47f9b0b15d284552e6c6bdc0cc /sys/dev/ofw | |
| parent | c5bf4b1bc690dc122ed4a472672d97af64baab5f (diff) | |
Notes
Diffstat (limited to 'sys/dev/ofw')
| -rw-r--r-- | sys/dev/ofw/ofw_bus_subr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ofw/ofw_bus_subr.h b/sys/dev/ofw/ofw_bus_subr.h index 537856b97ef7..edc90ed7bf3c 100644 --- a/sys/dev/ofw/ofw_bus_subr.h +++ b/sys/dev/ofw/ofw_bus_subr.h @@ -67,7 +67,7 @@ struct intr_map_data_fdt { #define SIMPLEBUS_PNP_DESCR "Z:compat;P:#;" #define SIMPLEBUS_PNP_INFO(t) \ - MODULE_PNP_INFO(SIMPLEBUS_PNP_DESCR, simplebus, t, t, sizeof(t[0]), sizeof(t) / sizeof(t[0])); + MODULE_PNP_INFO(SIMPLEBUS_PNP_DESCR, simplebus, t, t, sizeof(t) / sizeof(t[0])); /* Generic implementation of ofw_bus_if.m methods and helper routines */ int ofw_bus_gen_setup_devinfo(struct ofw_bus_devinfo *, phandle_t); |
