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>
This commit is contained in:
Sachin Kamat 2013-01-31 09:29:29 +09:00 committed by Chanwoo Choi
parent 19d3243e79
commit cae93db311

View file

@ -109,7 +109,7 @@ struct max8997_muic_info {
struct extcon_dev *edev;
};
const char *max8997_extcon_cable[] = {
static const char *max8997_extcon_cable[] = {
[0] = "USB",
[1] = "USB-Host",
[2] = "TA",