提交 50730eb3 编写于 作者: S Sebastian Reichel 提交者: Sebastian Reichel

power: supply: twl4030-charger: make twl4030_bci_property_is_writeable static

The function twl4030_bci_property_is_writeable can be made static
as it does not need to be in global scope.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Tested-by: N"H. Nikolaus Schaller" <hns@goldelico.com>
Signed-off-by: NSebastian Reichel <sebastian.reichel@collabora.co.uk>
上级 cda3b013
...@@ -943,7 +943,7 @@ static int twl4030_bci_set_property(struct power_supply *psy, ...@@ -943,7 +943,7 @@ static int twl4030_bci_set_property(struct power_supply *psy,
return 0; return 0;
} }
int twl4030_bci_property_is_writeable(struct power_supply *psy, static int twl4030_bci_property_is_writeable(struct power_supply *psy,
enum power_supply_property psp) enum power_supply_property psp)
{ {
switch (psp) { switch (psp) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册