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

Commit 0f5ea261 authored by Hariram Purushothaman's avatar Hariram Purushothaman
Browse files

msm: camera: Add semicolon for the dt match structure



Add semicolon for the dt match structure in msm camera
driver to avoid compilation error.

Change-Id: Idda4a4777cebc68a800e2c078d668f522033f68d
Signed-off-by: default avatarHariram Purushothaman <hariramp@codeaurora.org>
parent 50e0173f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1182,8 +1182,7 @@ probe_end:
static const struct of_device_id msm_dt_match[] = {
	{.compatible = "qcom,msm-cam"},
	{}
}

};
MODULE_DEVICE_TABLE(of, msm_dt_match);

static struct platform_driver msm_driver = {