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

Commit 7f3b0bb0 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: synx: add 32b ioctl support"

parents af1bdb0e 0be37d3a
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