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

Commit c8e773fa authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown
Browse files

ACPI: static acpi_chain_head



Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent adba2a87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ static const struct file_operations acpi_system_event_ops = {
#endif	/* CONFIG_ACPI_PROC_EVENT */

/* ACPI notifier chain */
BLOCKING_NOTIFIER_HEAD(acpi_chain_head);
static BLOCKING_NOTIFIER_HEAD(acpi_chain_head);

int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data)
{