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>
This commit is contained in:
parent
5519d00e6a
commit
7ab2f0207d
|
@ -525,14 +525,6 @@ static struct power_supply olpc_bat = {
|
||||||
.use_for_apm = 1,
|
.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,
|
static int olpc_battery_suspend(struct platform_device *pdev,
|
||||||
pm_message_t state)
|
pm_message_t state)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue