aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/thinkpad_acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r--drivers/misc/thinkpad_acpi.h2
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);
157static void dispatch_notify(acpi_handle handle, u32 event, void *data); 157static void dispatch_notify(acpi_handle handle, u32 event, void *data);
158static int setup_notify(struct ibm_struct *ibm); 158static int setup_notify(struct ibm_struct *ibm);
159static int ibm_device_add(struct acpi_device *device); 159static int ibm_device_add(struct acpi_device *device);
160static int register_ibmacpi_subdriver(struct ibm_struct *ibm); 160static int register_tpacpi_subdriver(struct ibm_struct *ibm);
161 161
162 162
163/* 163/*