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

Commit 71d63f0d authored by Jigarkumar Zala's avatar Jigarkumar Zala
Browse files

msm: camera: Remove sysfs bind/unbind files



This change disables dynamic bind/unbind capability for camera
driver modules since it is not currently supported.

Change-Id: I22a7490ae9670f6b4305356a2267a68d9781466b
Signed-off-by: default avatarJigarkumar Zala <jzala@codeaurora.org>
parent 75965920
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