Use DEVMETHOD_END, as suggested by hselasky@.

Approved by:	glebius
This commit is contained in:
Raphael Kubo da Costa 2012-12-26 19:14:21 +00:00
parent ac76cdc670
commit b42a2049f1

View File

@ -1766,7 +1766,7 @@ static device_method_t ubt_methods[] =
DEVMETHOD(device_probe, ubt_probe), DEVMETHOD(device_probe, ubt_probe),
DEVMETHOD(device_attach, ubt_attach), DEVMETHOD(device_attach, ubt_attach),
DEVMETHOD(device_detach, ubt_detach), DEVMETHOD(device_detach, ubt_detach),
{ 0, 0 } DEVMETHOD_END
}; };
static driver_t ubt_driver = static driver_t ubt_driver =