Update to use DEVMETHOD_END.
This commit is contained in:
parent
4b7ec27007
commit
a9029fbb59
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user