Use DEVMETHOD_END ({ NULL, NULL }) instead of hardcoding { 0, 0 }

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2016-05-03 23:56:52 +00:00
parent 989531dc9f
commit aa853cb461
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299015

View File

@ -135,7 +135,7 @@ static device_method_t ioat_pci_methods[] = {
DEVMETHOD(device_probe, ioat_probe),
DEVMETHOD(device_attach, ioat_attach),
DEVMETHOD(device_detach, ioat_detach),
{ 0, 0 }
DEVMETHOD_END
};
static driver_t ioat_pci_driver = {