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

Commit 33442ca1 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

ANDROID: GKI: export symbols required by SPECTRA_CAMERA



Partial cherry pick of commit 57c83854622c6ebee51444e4f2849266c0c40c50
("enable SPECTRA_CAMERA modularization")

Signed-off-by: default avatarMark Salyzyn <salyzyn@google.com>
Test: build
Bug: 140652274
Bug: 140827934
Bug: 140865992
Change-Id: If33363b1198dd52595d8e6d4919e5c76b0451921
(cherry picked from commit 57c83854622c6ebee51444e4f2849266c0c40c50)
Bug: 153738240
parent 4cde55b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3055,6 +3055,7 @@ video_usercopy(struct file *file, unsigned int cmd, unsigned long arg,
	kvfree(mbuf);
	return err;
}
EXPORT_SYMBOL_GPL(video_usercopy);

long video_ioctl2(struct file *file,
	       unsigned int cmd, unsigned long arg)
+1 −0
Original line number Diff line number Diff line
@@ -583,6 +583,7 @@ const struct v4l2_file_operations v4l2_subdev_fops = {
	.release = subdev_close,
	.poll = subdev_poll,
};
EXPORT_SYMBOL_GPL(v4l2_subdev_fops);

#ifdef CONFIG_MEDIA_CONTROLLER
int v4l2_subdev_link_validate_default(struct v4l2_subdev *sd,