hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/um/drivers/hostaudio_kern.c
....@@ -1,6 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Copyright (C) 2002 Steve Schmidtke
3
- * Licensed under the GPL
44 */
55
66 #include <linux/fs.h>
....@@ -298,6 +298,7 @@
298298 .write = hostaudio_write,
299299 .poll = hostaudio_poll,
300300 .unlocked_ioctl = hostaudio_ioctl,
301
+ .compat_ioctl = compat_ptr_ioctl,
301302 .mmap = NULL,
302303 .open = hostaudio_open,
303304 .release = hostaudio_release,