diff options
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h index 8fba2bbe345e..3b0313443138 100644 --- a/drivers/misc/thinkpad_acpi.h +++ b/drivers/misc/thinkpad_acpi.h | |||
@@ -461,8 +461,6 @@ static struct mutex hotkey_mutex; | |||
461 | 461 | ||
462 | static int hotkey_init(struct ibm_init_struct *iibm); | 462 | static int hotkey_init(struct ibm_init_struct *iibm); |
463 | static void hotkey_exit(void); | 463 | static void hotkey_exit(void); |
464 | static int hotkey_get(int *status, u32 *mask); | ||
465 | static int hotkey_set(int status, u32 mask); | ||
466 | static void hotkey_notify(struct ibm_struct *ibm, u32 event); | 464 | static void hotkey_notify(struct ibm_struct *ibm, u32 event); |
467 | static int hotkey_read(char *p); | 465 | static int hotkey_read(char *p); |
468 | static int hotkey_write(char *buf); | 466 | static int hotkey_write(char *buf); |