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

Commit 1a0f8993 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qseecom: add CONFIG_COMPAT condition"

parents a33823f3 810db21f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8426,7 +8426,9 @@ static int qseecom_release(struct inode *inode, struct file *file)
static const struct file_operations qseecom_fops = {
	.owner = THIS_MODULE,
	.unlocked_ioctl = qseecom_ioctl,
#ifdef CONFIG_COMPAT
	.compat_ioctl = compat_qseecom_ioctl,
#endif
	.open = qseecom_open,
	.release = qseecom_release
};