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

Commit 028478e7 authored by Kai Xing's avatar Kai Xing
Browse files

msm: camera: fd: fix compile error for kernel 5.4



Function definition error: delete static keyword.

CRs-Fixed: 3191744
Change-Id: Ifea089f47de02233b31695146b1ddacfbaec35a8
Signed-off-by: default avatarKai Xing <quic_kxing@quicinc.com>
parent 40348c54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ static int cam_fd_dev_open(struct v4l2_subdev *sd,
	return 0;
}

static int cam_fd_dev_close_internal(struct v4l2_subdev *sd,
int cam_fd_dev_close_internal(struct v4l2_subdev *sd,
	struct v4l2_subdev_fh *fh)
{
	struct cam_fd_dev *fd_dev = &g_fd_dev;