]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/hotkey.c
[ACPI] fix debug-mode build warning in acpi/hotkey.c
[linux-2.6-omap-h63xx.git] / drivers / acpi / hotkey.c
index 0aef9fc449c557e9e8d4ec558c82e3f5b1f54606..babdf762eadba7789281718348388ab074260ea1 100644 (file)
@@ -329,9 +329,10 @@ static int auto_hotkey_remove(struct acpi_device *device, int type)
 static int create_polling_proc(union acpi_hotkey *device)
 {
        struct proc_dir_entry *proc;
+       mode_t mode;
 
        ACPI_FUNCTION_TRACE("create_polling_proc");
-       mode_t mode = S_IFREG | S_IRUGO | S_IWUGO;
+       mode = S_IFREG | S_IRUGO | S_IWUGO;
 
        proc = create_proc_entry(device->poll_hotkey.action_method,
                                 mode, hotkey_proc_dir);