projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d97e23
)
make hp_wmi_notify() static
author
Adrian Bunk
<bunk@kernel.org>
Thu, 16 Oct 2008 05:05:17 +0000
(22:05 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:51 +0000
(11:21 -0700)
Make the needlessly global hp_wmi_notify() static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/misc/hp-wmi.c
patch
|
blob
|
history
diff --git
a/drivers/misc/hp-wmi.c
b/drivers/misc/hp-wmi.c
index
6d407c2
..
5dabfb6
100644
(file)
--- a/
drivers/misc/hp-wmi.c
+++ b/
drivers/misc/hp-wmi.c
@@
-309,7
+309,7
@@
static int hp_wmi_setkeycode(struct input_dev *dev, int scancode, int keycode)
return -EINVAL;
}
-void hp_wmi_notify(u32 value, void *context)
+
static
void hp_wmi_notify(u32 value, void *context)
{
struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL };
static struct key_entry *key;