aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/evdev/cdev.c
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-11-25 22:39:31 +0000
committerMark Johnston <markj@FreeBSD.org>2024-11-26 21:04:21 +0000
commitef9ffb8594eee294334ced627755bf5b46b48f9f (patch)
tree5b3abfe6537b0f954da2eb7819729a52a0607620 /sys/dev/evdev/cdev.c
parentcd048d5d8be736419df878c26e6e170b8569dd12 (diff)
Diffstat (limited to 'sys/dev/evdev/cdev.c')
-rw-r--r--sys/dev/evdev/cdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/evdev/cdev.c b/sys/dev/evdev/cdev.c
index c9a8258a03a9..9fe1299a0937 100644
--- a/sys/dev/evdev/cdev.c
+++ b/sys/dev/evdev/cdev.c
@@ -91,7 +91,7 @@ static struct cdevsw evdev_cdevsw = {
.d_name = "evdev",
};
-static struct filterops evdev_cdev_filterops = {
+static const struct filterops evdev_cdev_filterops = {
.f_isfd = 1,
.f_attach = NULL,
.f_detach = evdev_kqdetach,