diff options
| author | Elliott Mitchell <ehem+freebsd@m5p.com> | 2023-09-27 05:39:22 +0000 |
|---|---|---|
| committer | Roger Pau Monné <royger@FreeBSD.org> | 2023-11-28 12:32:57 +0000 |
| commit | d48760ffe9eaac809f8d31fb1b4e6b13ae52d59a (patch) | |
| tree | c6efc3ee9b0287a5e2b676eb07f90bc94afccada /sys/dev/xen/control | |
| parent | 3e5e0e2f16785210d796ea6ece4b69d35a03fe47 (diff) | |
Diffstat (limited to 'sys/dev/xen/control')
| -rw-r--r-- | sys/dev/xen/control/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c index 37b4bff709c7..1dc1df935b84 100644 --- a/sys/dev/xen/control/control.c +++ b/sys/dev/xen/control/control.c @@ -401,7 +401,7 @@ xctrl_on_watch_event(struct xs_watch *watch, const char **vec, unsigned int len) * \param parent The NewBus parent device for any devices this method adds. */ static void -xctrl_identify(driver_t *driver __unused, device_t parent) +xctrl_identify(driver_t *driver, device_t parent) { /* * A single device instance for our driver is always present |
