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

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
...@@ -317,7 +317,7 @@ static int ssbi_probe(struct platform_device *pdev) ...@@ -317,7 +317,7 @@ static int ssbi_probe(struct platform_device *pdev)
return of_platform_populate(np, NULL, NULL, &pdev->dev); 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" }, { .compatible = "qcom,ssbi" },
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment