projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eec14c
)
mfd: ssbi: Mark match table const
author
Stephen Boyd
<sboyd@codeaurora.org>
Tue, 10 Dec 2013 23:35:19 +0000
(15:35 -0800)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 21 Jan 2014 08:28:08 +0000
(08:28 +0000)
This is a read-only data structure.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ssbi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/ssbi.c
b/drivers/mfd/ssbi.c
index dd1d28f343f6288584d2498377bdf11c3ab08cf5..b78942ed4c6785d50b632bb9d0ad36638dea1c23 100644
(file)
--- a/
drivers/mfd/ssbi.c
+++ b/
drivers/mfd/ssbi.c
@@
-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" },
{}
};