mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Update to use DEVMETHOD_END.
This commit is contained in:
parent
4b7ec27007
commit
a9029fbb59
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227844
@ -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…
Reference in New Issue
Block a user