forked from Minki/linux
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:
parent
19d3243e79
commit
cae93db311
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user