diff options
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/hp-wmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/hp-wmi.c b/drivers/misc/hp-wmi.c index 6d407c2a4f91..5dabfb69ee53 100644 --- 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) | |||
309 | return -EINVAL; | 309 | return -EINVAL; |
310 | } | 310 | } |
311 | 311 | ||
312 | void hp_wmi_notify(u32 value, void *context) | 312 | static void hp_wmi_notify(u32 value, void *context) |
313 | { | 313 | { |
314 | struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; | 314 | struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; |
315 | static struct key_entry *key; | 315 | static struct key_entry *key; |