projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adba2a8
)
ACPI: static acpi_chain_head
author
Adrian Bunk
<bunk@kernel.org>
Wed, 13 Feb 2008 21:29:57 +0000
(23:29 +0200)
committer
Len Brown
<len.brown@intel.com>
Thu, 14 Feb 2008 06:04:18 +0000
(
01:04
-0500)
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/event.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/event.c
b/drivers/acpi/event.c
index 5479dc0eeeecdfe6401d0d81fd435af69ac67e42..abec1ca94cf4bb4f54a387121c93168c944e7d9e 100644
(file)
--- a/
drivers/acpi/event.c
+++ b/
drivers/acpi/event.c
@@
-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)
{