git: b8c5b751bfbd - stable/13 - Add the missing terminator to the bcm_xhci methods

From: Andrew Turner <andrew_at_FreeBSD.org>
Date: Mon, 10 Jan 2022 11:32:59 UTC
The branch stable/13 has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=b8c5b751bfbd540f4a73f1d4d94ff68357b1f7d1

commit b8c5b751bfbd540f4a73f1d4d94ff68357b1f7d1
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2021-12-29 12:18:10 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-01-10 10:54:20 +0000

    Add the missing terminator to the bcm_xhci methods
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 6e1be96fd24748fe5d77ad3ac767e3b1b0ab0701)
---
 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,