Add patches accepted for 2.6.30-rc1
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / releases / upstream / 2.6.30-rc1 / 0004-thinkpad-acpi-drop-ibm-acpi-alias.patch
blob38c210e21f110c47d8a98d00ebccabba8b169859
1 From 257bc1cb3e29c8da62b9c9e0a4505011776c7040 Mon Sep 17 00:00:00 2001
2 From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
3 Date: Sat, 4 Apr 2009 04:25:43 +0000
4 Subject: thinkpad-acpi: drop ibm-acpi alias
6 The driver was renamed two years ago, on 2.6.21. Drop the old
7 compatibility alias, we have given everybody quite enough time
8 to update their configs to the new name.
10 Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
11 Signed-off-by: Len Brown <len.brown@intel.com>
12 ---
13 drivers/platform/x86/thinkpad_acpi.c | 3 ---
14 1 files changed, 0 insertions(+), 3 deletions(-)
16 diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
17 index 792d22e..c83ec94 100644
18 --- a/drivers/platform/x86/thinkpad_acpi.c
19 +++ b/drivers/platform/x86/thinkpad_acpi.c
20 @@ -7517,9 +7517,6 @@ static int __init thinkpad_acpi_module_init(void)
21 return 0;
24 -/* Please remove this in year 2009 */
25 -MODULE_ALIAS("ibm_acpi");
27 MODULE_ALIAS(TPACPI_DRVR_SHORTNAME);
30 --
31 1.6.2.1