Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cae93db3 authored by Sachin Kamat's avatar Sachin Kamat Committed by Chanwoo Choi
Browse files

extcon: max8997: Make max8997_extcon_cable static



'max8997_extcon_cable' is used only in this file. Hence make it static.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: default avatarMyungjoo Ham <myungjoo.ham@samsung.com>
parent 19d3243e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",