]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/char/random.c
Merge tag 'tegra-for-5.5-memory-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / char / random.c
index 01b8868b9bed2583ab7bcb8c3a6c727737e02628..909e0c3d82ea443bc5a34c3e085fa7835f2df1b5 100644 (file)
@@ -2166,6 +2166,7 @@ const struct file_operations random_fops = {
        .write = random_write,
        .poll  = random_poll,
        .unlocked_ioctl = random_ioctl,
+       .compat_ioctl = compat_ptr_ioctl,
        .fasync = random_fasync,
        .llseek = noop_llseek,
 };