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

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
......@@ -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)
{
......
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