]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/hp-wmi.c
make hp_wmi_notify() static
[linux-2.6-omap-h63xx.git] / drivers / misc / hp-wmi.c
index 6d407c2a4f91d80e54d5885e741ce436fb21aa31..5dabfb69ee537f25a1bc93814c0e894ebf3ba494 100644 (file)
@@ -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;