diff options
-rw-r--r-- | drivers/staging/typec/fusb302/fusb302.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/typec/fusb302/fusb302.c b/drivers/staging/typec/fusb302/fusb302.c index cf6355f59cd9..fc6a3cf74eb3 100644 --- a/drivers/staging/typec/fusb302/fusb302.c +++ b/drivers/staging/typec/fusb302/fusb302.c | |||
@@ -1723,7 +1723,7 @@ static enum power_supply_property fusb302_psy_properties[] = { | |||
1723 | POWER_SUPPLY_PROP_CURRENT_MAX, | 1723 | POWER_SUPPLY_PROP_CURRENT_MAX, |
1724 | }; | 1724 | }; |
1725 | 1725 | ||
1726 | const struct power_supply_desc fusb302_psy_desc = { | 1726 | static const struct power_supply_desc fusb302_psy_desc = { |
1727 | .name = "fusb302-typec-source", | 1727 | .name = "fusb302-typec-source", |
1728 | .type = POWER_SUPPLY_TYPE_USB_TYPE_C, | 1728 | .type = POWER_SUPPLY_TYPE_USB_TYPE_C, |
1729 | .properties = fusb302_psy_properties, | 1729 | .properties = fusb302_psy_properties, |