mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Add the missing terminator to the bcm_xhci methods
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
99948907e3
commit
6e1be96fd2
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue