diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2007-04-21 10:08:27 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-21 23:30:33 -0400 |
commit | 1def7115f0277ce9d2a54efd0ae187aa88d5c7fa (patch) | |
tree | d32c315dc38a040fc8f4b2bc27fe0c16c39c78c7 /drivers/misc/thinkpad_acpi.h | |
parent | 142cfc90f026b0b8fd1a14ba11ae29eb7b1b6ca1 (diff) |
ACPI: thinkpad-acpi: rename module glue
Rename module init and exit functions, now that we are not called ibm-acpi
anymore.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
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 | /**************************************************************************** |