ANDROID: GKI: export symbols required by SPECTRA_CAMERA
Partial cherry pick of commit 57c83854622c6ebee51444e4f2849266c0c40c50 ("enable SPECTRA_CAMERA modularization") Signed-off-by: Mark Salyzyn <salyzyn@google.com> Test: build Bug: 140652274 Bug: 140827934 Bug: 140865992 Change-Id: If33363b1198dd52595d8e6d4919e5c76b0451921 (cherry picked from commit 57c83854622c6ebee51444e4f2849266c0c40c50) Bug: 153738240
This commit is contained in:
parent
4cde55b708
commit
33442ca135
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue