2008-08-17 20:23:58

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] make hp_wmi_notify() static

This patch makes the needlessly global hp_wmi_notify() static.

Signed-off-by: Adrian Bunk <[email protected]>

---
627792794e9990e58aee1f523ce9d4c9cb81c402
diff --git a/drivers/misc/hp-wmi.c b/drivers/misc/hp-wmi.c
index 1dbcbcb..37ecb3b 100644
--- a/drivers/misc/hp-wmi.c
+++ b/drivers/misc/hp-wmi.c
@@ -306,7 +306,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;