diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2026-02-21 06:14:46 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-02-25 05:59:34 +0000 |
| commit | 0fc6c3f731a2cca3120798806c330a3081c9424b (patch) | |
| tree | 99085ca61be141e51374e487eb2bbba724f67c46 /sys/dev/isci | |
| parent | 0ac5cddebe1e98d7d29493f0e6e829021be7fcef (diff) | |
Diffstat (limited to 'sys/dev/isci')
| -rw-r--r-- | sys/dev/isci/isci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isci/isci.c b/sys/dev/isci/isci.c index 1dede4e45b4c..b40350c36fca 100644 --- a/sys/dev/isci/isci.c +++ b/sys/dev/isci/isci.c @@ -72,7 +72,7 @@ static device_method_t isci_pci_methods[] = { DEVMETHOD(device_probe, isci_probe), DEVMETHOD(device_attach, isci_attach), DEVMETHOD(device_detach, isci_detach), - { 0, 0 } + DEVMETHOD_END }; static driver_t isci_pci_driver = { |
