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

Commit 12eda2a2 authored by Stephen Boyd's avatar Stephen Boyd Committed by Lee Jones
Browse files

mfd: ssbi: Mark match table const



This is a read-only data structure.

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 5eec14cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ static int ssbi_probe(struct platform_device *pdev)
	return of_platform_populate(np, NULL, NULL, &pdev->dev);
}

static struct of_device_id ssbi_match_table[] = {
static const struct of_device_id ssbi_match_table[] = {
	{ .compatible = "qcom,ssbi" },
	{}
};