projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3864e8c
)
ACPI: static
author
Adrian Bunk
<bunk@stusta.de>
Fri, 10 Aug 2007 20:45:18 +0000
(13:45 -0700)
committer
Len Brown
<len.brown@intel.com>
Sun, 12 Aug 2007 02:28:34 +0000
(22:28 -0400)
Make the needlessly global "acpi_event_seqnum" static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.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 dfa5853b17f097555095c9b87668d03a39ba6bd8..95637a4ff782b1d5975e656a23dcd2559d0dbcb9 100644
(file)
--- a/
drivers/acpi/event.c
+++ b/
drivers/acpi/event.c
@@
-108,7
+108,7
@@
static const struct file_operations acpi_system_event_ops = {
};
#ifdef CONFIG_NET
-unsigned int acpi_event_seqnum;
+
static
unsigned int acpi_event_seqnum;
struct acpi_genl_event {
acpi_device_class device_class;
char bus_id[15];