Take advantage of KOBJMETHOD_END.

This commit is contained in:
Marius Strobl 2009-03-19 20:38:45 +00:00
parent ea3db69915
commit 3932e1f28f
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;