diff options
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/driver.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9 index bc2f7195abda..0030915fc623 100644 --- a/share/man/man9/driver.9 +++ b/share/man/man9/driver.9 @@ -45,7 +45,7 @@ static int foo_detach(device_t); static int foo_frob(device_t, int, int); static int foo_twiddle(device_t, char *); -static struct device_method_t foo_methods[] = { +static device_method_t foo_methods[] = { /* Methods from the device interface */ DEVMETHOD(device_probe, foo_probe), DEVMETHOD(device_attach, foo_attach), |
