extcon: max77693: Make max77693_extcon_cable static

'max77693_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:31:47 +09:00 committed by Chanwoo Choi
parent 6a462e1d00
commit 45d4a4e6f5
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ enum {
_EXTCON_CABLE_NUM,
};
const char *max77693_extcon_cable[] = {
static const char *max77693_extcon_cable[] = {
[EXTCON_CABLE_USB] = "USB",
[EXTCON_CABLE_USB_HOST] = "USB-Host",
[EXTCON_CABLE_TA] = "TA",