diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2009-04-04 00:25:43 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-04 03:14:52 -0400 |
commit | 257bc1cb3e29c8da62b9c9e0a4505011776c7040 (patch) | |
tree | 35077498bb2b6ada7fe279c47929a9628eab295f /drivers/platform | |
parent | 1c762ca438447fa3525d84f4a0784a2021a66200 (diff) |
thinkpad-acpi: drop ibm-acpi alias
The driver was renamed two years ago, on 2.6.21. Drop the old
compatibility alias, we have given everybody quite enough time
to update their configs to the new name.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/thinkpad_acpi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 792d22e958cb..c83ec94eb8d9 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
@@ -7517,9 +7517,6 @@ static int __init thinkpad_acpi_module_init(void) | |||
7517 | return 0; | 7517 | return 0; |
7518 | } | 7518 | } |
7519 | 7519 | ||
7520 | /* Please remove this in year 2009 */ | ||
7521 | MODULE_ALIAS("ibm_acpi"); | ||
7522 | |||
7523 | MODULE_ALIAS(TPACPI_DRVR_SHORTNAME); | 7520 | MODULE_ALIAS(TPACPI_DRVR_SHORTNAME); |
7524 | 7521 | ||
7525 | /* | 7522 | /* |