Add the missing terminator to the bcm_xhci methods

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2021-12-29 12:18:10 +00:00
parent 99948907e3
commit 6e1be96fd2

View file

@ -207,6 +207,8 @@ static device_method_t bcm_xhci_methods[] = {
/* Device interface. */
DEVMETHOD(device_probe, bcm_xhci_probe),
DEVMETHOD(device_attach, bcm_xhci_attach),
DEVMETHOD_END,
};
DEFINE_CLASS_1(bcm_xhci, bcm_xhci_driver, bcm_xhci_methods,