git: 6e1be96fd247 - main - Add the missing terminator to the bcm_xhci methods
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Dec 2021 12:20:15 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=6e1be96fd24748fe5d77ad3ac767e3b1b0ab0701 commit 6e1be96fd24748fe5d77ad3ac767e3b1b0ab0701 Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2021-12-29 12:18:10 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2021-12-29 12:20:01 +0000 Add the missing terminator to the bcm_xhci methods Sponsored by: The FreeBSD Foundation --- sys/arm/broadcom/bcm2835/bcm2838_xhci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/arm/broadcom/bcm2835/bcm2838_xhci.c b/sys/arm/broadcom/bcm2835/bcm2838_xhci.c index 5805254c0623..4eb9ce748376 100644 --- a/sys/arm/broadcom/bcm2835/bcm2838_xhci.c +++ b/sys/arm/broadcom/bcm2835/bcm2838_xhci.c @@ -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,