]> Git Repo - linux.git/blobdiff - drivers/scsi/pmcraid.c
Merge tag 'riscv/for-v5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / scsi / pmcraid.c
index 398d2af60832cf14f4a64d75e1c172743410ee63..7eb88fe1eb0bc988589470251785f4a2d7023617 100644 (file)
@@ -3973,9 +3973,7 @@ static const struct file_operations pmcraid_fops = {
        .open = pmcraid_chr_open,
        .fasync = pmcraid_chr_fasync,
        .unlocked_ioctl = pmcraid_chr_ioctl,
-#ifdef CONFIG_COMPAT
-       .compat_ioctl = pmcraid_chr_ioctl,
-#endif
+       .compat_ioctl = compat_ptr_ioctl,
        .llseek = noop_llseek,
 };
 
This page took 0.03152 seconds and 4 git commands to generate.