diff options
Diffstat (limited to 'share/examples/drivers')
| -rwxr-xr-x | share/examples/drivers/make_device_driver.sh | 2 |
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 d7b925937407..4796a0c6bce4 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 = { |
