hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/tty/n_tracerouter.c
....@@ -118,7 +118,9 @@
118118 * -EINVAL
119119 */
120120 static ssize_t n_tracerouter_read(struct tty_struct *tty, struct file *file,
121
- unsigned char __user *buf, size_t nr) {
121
+ unsigned char *buf, size_t nr,
122
+ void **cookie, unsigned long offset)
123
+{
122124 return -EINVAL;
123125 }
124126