Loading drivers/staging/android/ion/msm/compat_msm_ion.c +6 −3 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ struct compat_ion_flush_data { compat_ion_user_handle_t handle; compat_int_t fd; compat_uptr_t vaddr; compat_ulong_t offset; compat_ulong_t length; compat_uint_t offset; compat_uint_t length; }; struct compat_ion_prefetch_data { Loading Loading @@ -149,6 +149,9 @@ long compat_msm_ion_ioctl(struct ion_client *client, unsigned int cmd, } default: if (is_compat_task()) return -ENOIOCTLCMD; else return msm_ion_custom_ioctl(client, cmd, arg); } } Loading
drivers/staging/android/ion/msm/compat_msm_ion.c +6 −3 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ struct compat_ion_flush_data { compat_ion_user_handle_t handle; compat_int_t fd; compat_uptr_t vaddr; compat_ulong_t offset; compat_ulong_t length; compat_uint_t offset; compat_uint_t length; }; struct compat_ion_prefetch_data { Loading Loading @@ -149,6 +149,9 @@ long compat_msm_ion_ioctl(struct ion_client *client, unsigned int cmd, } default: if (is_compat_task()) return -ENOIOCTLCMD; else return msm_ion_custom_ioctl(client, cmd, arg); } }