diff options
-rw-r--r-- | drivers/misc/thinkpad_acpi.c | 4 | ||||
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c index ddaedf80d873..cac73e5f96e2 100644 --- a/drivers/misc/thinkpad_acpi.c +++ b/drivers/misc/thinkpad_acpi.c | |||
@@ -345,7 +345,7 @@ static int __init ibm_device_add(struct acpi_device *device) | |||
345 | return 0; | 345 | return 0; |
346 | } | 346 | } |
347 | 347 | ||
348 | static int __init register_ibmacpi_subdriver(struct ibm_struct *ibm) | 348 | static int __init register_tpacpi_subdriver(struct ibm_struct *ibm) |
349 | { | 349 | { |
350 | int ret; | 350 | int ret; |
351 | 351 | ||
@@ -2574,7 +2574,7 @@ static int __init ibm_init(struct ibm_struct *ibm) | |||
2574 | return 0; | 2574 | return 0; |
2575 | 2575 | ||
2576 | if (ibm->hid) { | 2576 | if (ibm->hid) { |
2577 | ret = register_ibmacpi_subdriver(ibm); | 2577 | ret = register_tpacpi_subdriver(ibm); |
2578 | if (ret < 0) | 2578 | if (ret < 0) |
2579 | return ret; | 2579 | return ret; |
2580 | ibm->driver_registered = 1; | 2580 | ibm->driver_registered = 1; |
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 | /* |