mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Prefer KOBJMETHOD_END.
This commit is contained in:
parent
ea658fe55a
commit
882e24b03a
1 changed files with 1 additions and 2 deletions
|
|
@ -199,8 +199,7 @@ static device_method_t stge_methods[] = {
|
|||
DEVMETHOD(miibus_writereg, stge_miibus_writereg),
|
||||
DEVMETHOD(miibus_statchg, stge_miibus_statchg),
|
||||
|
||||
{ 0, 0 }
|
||||
|
||||
KOBJMETHOD_END
|
||||
};
|
||||
|
||||
static driver_t stge_driver = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue