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/ips | |
| parent | 0ac5cddebe1e98d7d29493f0e6e829021be7fcef (diff) | |
Diffstat (limited to 'sys/dev/ips')
| -rw-r--r-- | sys/dev/ips/ips_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ips/ips_disk.c b/sys/dev/ips/ips_disk.c index 09ab571d2734..6a33bff9cbf7 100644 --- a/sys/dev/ips/ips_disk.c +++ b/sys/dev/ips/ips_disk.c @@ -50,7 +50,7 @@ static device_method_t ipsd_methods[] = { DEVMETHOD(device_probe, ipsd_probe), DEVMETHOD(device_attach, ipsd_attach), DEVMETHOD(device_detach, ipsd_detach), - { 0, 0 } + DEVMETHOD_END }; static driver_t ipsd_driver = { |
