Use DEVMETHOD_END.

MFC after:	2 weeks
This commit is contained in:
delphij 2012-12-28 20:44:23 +00:00
parent 9db4d3200a
commit 8223ea30bc

View File

@ -714,7 +714,7 @@ static device_method_t wb_methods[] = {
DEVMETHOD(device_attach, wb_attach),
DEVMETHOD(device_detach, wb_detach),
{ 0, 0 }
DEVMETHOD_END
};
static driver_t wb_isa_driver = {