1
0
Fork 0

olpc_battery: Remove unneeded 'olpc_battery_trigger_uevent'

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

Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
hifive-unleashed-5.1
Anton Vorontsov 2011-11-24 22:52:48 +04:00
parent 5519d00e6a
commit 7ab2f0207d
1 changed files with 0 additions and 8 deletions

View File

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