diff options
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h index 015c02beb203..b86e5740aba4 100644 --- a/drivers/misc/thinkpad_acpi.h +++ b/drivers/misc/thinkpad_acpi.h | |||
@@ -157,7 +157,7 @@ static void ibm_exit(struct ibm_struct *ibm); | |||
157 | static void dispatch_notify(acpi_handle handle, u32 event, void *data); | 157 | static void dispatch_notify(acpi_handle handle, u32 event, void *data); |
158 | static int setup_notify(struct ibm_struct *ibm); | 158 | static int setup_notify(struct ibm_struct *ibm); |
159 | static int ibm_device_add(struct acpi_device *device); | 159 | static int ibm_device_add(struct acpi_device *device); |
160 | static int register_ibmacpi_subdriver(struct ibm_struct *ibm); | 160 | static int register_tpacpi_subdriver(struct ibm_struct *ibm); |
161 | 161 | ||
162 | 162 | ||
163 | /* | 163 | /* |