ACPI: static acpi_chain_head
Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
adba2a876c
commit
c8e773fa4f
@ -110,7 +110,7 @@ static const struct file_operations acpi_system_event_ops = {
|
|||||||
#endif /* CONFIG_ACPI_PROC_EVENT */
|
#endif /* CONFIG_ACPI_PROC_EVENT */
|
||||||
|
|
||||||
/* ACPI notifier chain */
|
/* 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)
|
int acpi_notifier_call_chain(struct acpi_device *dev, u32 type, u32 data)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user