diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2024-11-25 22:39:31 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-11-26 21:04:21 +0000 |
| commit | ef9ffb8594eee294334ced627755bf5b46b48f9f (patch) | |
| tree | 5b3abfe6537b0f954da2eb7819729a52a0607620 /sys/dev/hid | |
| parent | cd048d5d8be736419df878c26e6e170b8569dd12 (diff) | |
Diffstat (limited to 'sys/dev/hid')
| -rw-r--r-- | sys/dev/hid/hidraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hid/hidraw.c b/sys/dev/hid/hidraw.c index ccfdcdddf545..45ef1995063e 100644 --- a/sys/dev/hid/hidraw.c +++ b/sys/dev/hid/hidraw.c @@ -172,7 +172,7 @@ static int hidraw_kqread(struct knote *, long); static void hidraw_kqdetach(struct knote *); static void hidraw_notify(struct hidraw_softc *); -static struct filterops hidraw_filterops_read = { +static const struct filterops hidraw_filterops_read = { .f_isfd = 1, .f_detach = hidraw_kqdetach, .f_event = hidraw_kqread, |
