kernel/drivers/tty/n_tracesink.c
.. .. @@ -115,7 +115,9 @@ 115 115 * -EINVAL 116 116 */ 117 117 static ssize_t n_tracesink_read(struct tty_struct *tty, struct file *file, 118 - unsigned char __user *buf, size_t nr) {118 + unsigned char *buf, size_t nr,119 + void **cookie, unsigned long offset)120 +{119 121 return -EINVAL; 120 122 } 121 123