Add the missing terminator to the bcm_xhci methods
Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user