Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0be37d3a authored by Sumukh Hallymysore Ravindra's avatar Sumukh Hallymysore Ravindra
Browse files

msm: synx: add 32b ioctl support



Added compat ioctl support for the 32b userspace driver
and test.

Change-Id: I72b7e54d7af3c59e6346e8b5272710e681e27851
Signed-off-by: default avatarSumukh Hallymysore Ravindra <shallymy@codeaurora.org>
parent 48efcf7d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1389,6 +1389,9 @@ static const struct file_operations synx_fops = {
	.flush = synx_close,
	.poll  = synx_poll,
	.unlocked_ioctl = synx_ioctl,
#ifdef CONFIG_COMPAT
	.compat_ioctl = synx_ioctl,
#endif
};

#ifdef CONFIG_SPECTRA_CAMERA