mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Take advantage of KOBJMETHOD_END.
This commit is contained in:
parent
ea3db69915
commit
3932e1f28f
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ static device_method_t jbusppm_methods[] = {
|
|||
DEVMETHOD(device_probe, jbusppm_probe),
|
||||
DEVMETHOD(device_attach, jbusppm_attach),
|
||||
|
||||
{ NULL, NULL }
|
||||
KOBJMETHOD_END
|
||||
};
|
||||
|
||||
static devclass_t jbusppm_devclass;
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ static device_method_t schppm_methods[] = {
|
|||
DEVMETHOD(device_probe, schppm_probe),
|
||||
DEVMETHOD(device_attach, schppm_attach),
|
||||
|
||||
{ NULL, NULL }
|
||||
KOBJMETHOD_END
|
||||
};
|
||||
|
||||
static devclass_t schppm_devclass;
|
||||
|
|
|
|||
Loading…
Reference in a new issue