Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ab2f020 authored by Anton Vorontsov's avatar Anton Vorontsov
Browse files

olpc_battery: Remove unneeded 'olpc_battery_trigger_uevent'



It is no longer used, so we can safely remove it.

Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent 5519d00e
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -525,14 +525,6 @@ static struct power_supply olpc_bat = {
	.use_for_apm = 1,
};

void olpc_battery_trigger_uevent(unsigned long cause)
{
	if (cause & EC_SCI_SRC_ACPWR)
		kobject_uevent(&olpc_ac.dev->kobj, KOBJ_CHANGE);
	if (cause & (EC_SCI_SRC_BATERR|EC_SCI_SRC_BATSOC|EC_SCI_SRC_BATTERY))
		kobject_uevent(&olpc_bat.dev->kobj, KOBJ_CHANGE);
}

static int olpc_battery_suspend(struct platform_device *pdev,
				pm_message_t state)
{