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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244715

View File

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