aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/typec/tcpci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/typec/tcpci.c')
-rw-r--r--drivers/staging/typec/tcpci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/typec/tcpci.c b/drivers/staging/typec/tcpci.c
index 5e5be74c7850..df72d8b01e73 100644
--- a/drivers/staging/typec/tcpci.c
+++ b/drivers/staging/typec/tcpci.c
@@ -425,7 +425,7 @@ static const struct regmap_config tcpci_regmap_config = {
.max_register = 0x7F, /* 0x80 .. 0xFF are vendor defined */
};
-const struct tcpc_config tcpci_tcpc_config = {
+static const struct tcpc_config tcpci_tcpc_config = {
.type = TYPEC_PORT_DFP,
.default_role = TYPEC_SINK,
};