kernel/arch/um/drivers/hostaudio_kern.c
.. .. @@ -1,6 +1,6 @@ 1 +// SPDX-License-Identifier: GPL-2.01 2 /* 2 3 * Copyright (C) 2002 Steve Schmidtke 3 - * Licensed under the GPL4 4 */ 5 5 6 6 #include <linux/fs.h> .. .. @@ -298,6 +298,7 @@ 298 298 .write = hostaudio_write, 299 299 .poll = hostaudio_poll, 300 300 .unlocked_ioctl = hostaudio_ioctl, 301 + .compat_ioctl = compat_ptr_ioctl,301 302 .mmap = NULL, 302 303 .open = hostaudio_open, 303 304 .release = hostaudio_release,