]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/android/ion/ion_test.c
ion_test: Add compat_ioctl support (v2)
[~andy/linux] / drivers / staging / android / ion / ion_test.c
index 3e20349baf7cb215ec445255912f659a46dc0ea1..654acb5c8eba12f11b53bfb9ab8602aef9830440 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,
 };