diff options
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h index b86e5740aba4..8b2fd1a1a8a1 100644 --- a/drivers/misc/thinkpad_acpi.h +++ b/drivers/misc/thinkpad_acpi.h | |||
@@ -115,8 +115,8 @@ static int experimental; | |||
115 | static char *ibm_thinkpad_ec_found; | 115 | static char *ibm_thinkpad_ec_found; |
116 | 116 | ||
117 | static char* check_dmi_for_ec(void); | 117 | static char* check_dmi_for_ec(void); |
118 | static int acpi_ibm_init(void); | 118 | static int thinkpad_acpi_module_init(void); |
119 | static void acpi_ibm_exit(void); | 119 | static void thinkpad_acpi_module_exit(void); |
120 | 120 | ||
121 | 121 | ||
122 | /**************************************************************************** | 122 | /**************************************************************************** |