Commit 3208bcef authored by Linus Walleij's avatar Linus Walleij Committed by Lee Jones

mfd: ab8500-sysctrl: Drop ancient charger

The sysctrl driver was looking for an instance of the PM2301
charger but this has been deleted from the kernel and is not
used with the U8500 systems any more. Drop the string.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20231214-ab8500-sysctrl-oneliner-v1-1-fd78a15c0b2f@linaro.orgSigned-off-by: default avatarLee Jones <lee@kernel.org>
parent 03d790f0
...@@ -30,7 +30,7 @@ static void ab8500_power_off(void) ...@@ -30,7 +30,7 @@ static void ab8500_power_off(void)
{ {
sigset_t old; sigset_t old;
sigset_t all; sigset_t all;
static const char * const pss[] = {"ab8500_ac", "pm2301", "ab8500_usb"}; static const char * const pss[] = {"ab8500_ac", "ab8500_usb"};
int i; int i;
bool charger_present = false; bool charger_present = false;
union power_supply_propval val; union power_supply_propval val;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment