From 6e1be96fd24748fe5d77ad3ac767e3b1b0ab0701 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Wed, 29 Dec 2021 12:18:10 +0000 Subject: [PATCH] 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 5805254c062..4eb9ce74837 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,