summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-11-22 21:49:29 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-11-22 21:49:29 +0000
commita9029fbb59bf682ed0d57511a4a5bf06b17f7e80 (patch)
tree8854fbc69cbc9981bf82b3fd78d3603c6baf631d
parent4b7ec27007570e0ce4fe9dbb447e7afc131b487a (diff)
Notes
-rwxr-xr-xshare/examples/drivers/make_device_driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/drivers/make_device_driver.sh b/share/examples/drivers/make_device_driver.sh
index d7b9259374076..4796a0c6bce4d 100755
--- a/share/examples/drivers/make_device_driver.sh
+++ b/share/examples/drivers/make_device_driver.sh
@@ -261,7 +261,7 @@ static device_method_t ${1}_methods[] = {
DEVMETHOD(device_probe, ${1}_isa_probe),
DEVMETHOD(device_attach, ${1}_isa_attach),
DEVMETHOD(device_detach, ${1}_isa_detach),
- { 0, 0 }
+ DEVMETHOD_END
};
static driver_t ${1}_isa_driver = {