summaryrefslogtreecommitdiffstats
path: root/share/man/man9/driver.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/driver.9')
-rw-r--r--share/man/man9/driver.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9
index bc2f719..0030915 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),
OpenPOWER on IntegriCloud