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

Commit 30418e69 authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Remove sysfs bind/unbind files" into dev/msm-4.14-camx

parents f1740cd8 71d63f0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1125,6 +1125,7 @@ static struct platform_driver cam_hw_cdm_driver = {
		.name = "msm_cam_cdm",
		.owner = THIS_MODULE,
		.of_match_table = msm_cam_hw_cdm_dt_match,
		.suppress_bind_attrs = true,
	},
};

+1 −0
Original line number Diff line number Diff line
@@ -562,6 +562,7 @@ static struct platform_driver cam_cdm_intf_driver = {
	.name = "msm_cam_cdm_intf",
	.owner = THIS_MODULE,
	.of_match_table = msm_cam_cdm_intf_dt_match,
	.suppress_bind_attrs = true,
	},
};

+1 −0
Original line number Diff line number Diff line
@@ -642,6 +642,7 @@ static struct platform_driver cam_cpas_driver = {
		.name = CAM_CPAS_DEV_NAME,
		.owner = THIS_MODULE,
		.of_match_table = cam_cpas_dt_match,
		.suppress_bind_attrs = true,
	},
};

+1 −0
Original line number Diff line number Diff line
@@ -194,6 +194,7 @@ static struct platform_driver cam_fd_driver = {
		.name = "cam_fd",
		.owner = THIS_MODULE,
		.of_match_table = cam_fd_dt_match,
		.suppress_bind_attrs = true,
	},
};

+1 −0
Original line number Diff line number Diff line
@@ -221,6 +221,7 @@ static struct platform_driver cam_fd_hw_driver = {
		.name = "cam_fd_hw",
		.owner = THIS_MODULE,
		.of_match_table = cam_fd_hw_dt_match,
		.suppress_bind_attrs = true,
	},
};

Loading