ion_test: Add compat_ioctl support (v2)
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / staging / android / ion / ion_test.c
index 3e20349..654acb5 100644 (file)
@@ -231,6 +231,7 @@ static int ion_test_release(struct inode *inode, struct file *file)
 static const struct file_operations ion_test_fops = {
        .owner = THIS_MODULE,
        .unlocked_ioctl = ion_test_ioctl,
+       .compat_ioctl = ion_test_ioctl,
        .open = ion_test_open,
        .release = ion_test_release,
 };