aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlxge/qls_os.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/qlxge/qls_os.c')
-rw-r--r--sys/dev/qlxge/qls_os.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qlxge/qls_os.c b/sys/dev/qlxge/qls_os.c
index eca7006850e0..9173037457c2 100644
--- a/sys/dev/qlxge/qls_os.c
+++ b/sys/dev/qlxge/qls_os.c
@@ -99,7 +99,7 @@ static device_method_t qla_pci_methods[] = {
DEVMETHOD(device_probe, qls_pci_probe),
DEVMETHOD(device_attach, qls_pci_attach),
DEVMETHOD(device_detach, qls_pci_detach),
- { 0, 0 }
+ DEVMETHOD_END
};
static driver_t qla_pci_driver = {