aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/power_supply_sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/power_supply_sysfs.c')
-rw-r--r--drivers/power/power_supply_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/power_supply_sysfs.c b/drivers/power/power_supply_sysfs.c
index d4824840c5bf..ad2bed0174d6 100644
--- a/drivers/power/power_supply_sysfs.c
+++ b/drivers/power/power_supply_sysfs.c
@@ -116,6 +116,7 @@ static struct device_attribute power_supply_attrs[] = {
116 /* Properties of type `const char *' */ 116 /* Properties of type `const char *' */
117 POWER_SUPPLY_ATTR(model_name), 117 POWER_SUPPLY_ATTR(model_name),
118 POWER_SUPPLY_ATTR(manufacturer), 118 POWER_SUPPLY_ATTR(manufacturer),
119 POWER_SUPPLY_ATTR(serial_number),
119}; 120};
120 121
121static ssize_t power_supply_show_static_attrs(struct device *dev, 122static ssize_t power_supply_show_static_attrs(struct device *dev,