diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-01-30 19:29:29 -0500 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2013-02-13 17:52:42 -0500 |
commit | cae93db3111a524c234397fc53b6a2fc51099528 (patch) | |
tree | 0c23921f8efdf72949be7b542d213f62075d1dc7 /drivers/extcon/extcon-max8997.c | |
parent | 19d3243e797c2abc02a214d3cec9fefa5dc048ff (diff) |
extcon: max8997: Make max8997_extcon_cable static
'max8997_extcon_cable' is used only in this file. Hence make it static.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-max8997.c')
-rw-r--r-- | drivers/extcon/extcon-max8997.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c index df9358e30814..7039541e837f 100644 --- a/drivers/extcon/extcon-max8997.c +++ b/drivers/extcon/extcon-max8997.c | |||
@@ -109,7 +109,7 @@ struct max8997_muic_info { | |||
109 | struct extcon_dev *edev; | 109 | struct extcon_dev *edev; |
110 | }; | 110 | }; |
111 | 111 | ||
112 | const char *max8997_extcon_cable[] = { | 112 | static const char *max8997_extcon_cable[] = { |
113 | [0] = "USB", | 113 | [0] = "USB", |
114 | [1] = "USB-Host", | 114 | [1] = "USB-Host", |
115 | [2] = "TA", | 115 | [2] = "TA", |