提交 cae93db3 编写于 作者: S Sachin Kamat 提交者: Chanwoo Choi

extcon: max8997: Make max8997_extcon_cable static

'max8997_extcon_cable' is used only in this file. Hence make it static.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: NMyungjoo Ham <myungjoo.ham@samsung.com>
上级 19d3243e
...@@ -109,7 +109,7 @@ struct max8997_muic_info { ...@@ -109,7 +109,7 @@ struct max8997_muic_info {
struct extcon_dev *edev; struct extcon_dev *edev;
}; };
const char *max8997_extcon_cable[] = { static const char *max8997_extcon_cable[] = {
[0] = "USB", [0] = "USB",
[1] = "USB-Host", [1] = "USB-Host",
[2] = "TA", [2] = "TA",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册