diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2014-05-23 05:03:05 -0400 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2014-06-16 00:33:18 -0400 |
commit | 3bc2ac7deffecc52932ee24357f6c33e5e9ce420 (patch) | |
tree | c48a89f8646b396d4f01eda887de2290a1fcd1bb /drivers/extcon | |
parent | a288d648715bab6a1ab2b72cb1c1cc79cdc8cb43 (diff) |
extcon: palmas: Make of_device_id array const
Array of struct of_device_id may be be const as expected by
of_match_table field.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon-palmas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-palmas.c b/drivers/extcon/extcon-palmas.c index 7417ce84eb2d..5efa96c00196 100644 --- a/drivers/extcon/extcon-palmas.c +++ b/drivers/extcon/extcon-palmas.c | |||
@@ -278,7 +278,7 @@ static int palmas_usb_resume(struct device *dev) | |||
278 | 278 | ||
279 | static SIMPLE_DEV_PM_OPS(palmas_pm_ops, palmas_usb_suspend, palmas_usb_resume); | 279 | static SIMPLE_DEV_PM_OPS(palmas_pm_ops, palmas_usb_suspend, palmas_usb_resume); |
280 | 280 | ||
281 | static struct of_device_id of_palmas_match_tbl[] = { | 281 | static const struct of_device_id of_palmas_match_tbl[] = { |
282 | { .compatible = "ti,palmas-usb", }, | 282 | { .compatible = "ti,palmas-usb", }, |
283 | { .compatible = "ti,palmas-usb-vid", }, | 283 | { .compatible = "ti,palmas-usb-vid", }, |
284 | { .compatible = "ti,twl6035-usb", }, | 284 | { .compatible = "ti,twl6035-usb", }, |