mfd: ssbi: Mark match table const
This is a read-only data structure. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
5eec14ccf9
commit
12eda2a2e6
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
{}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue