From: Henrique de Moraes Holschuh Date: Thu, 29 Mar 2007 04:58:42 +0000 (-0300) Subject: ACPI: thinkpad-acpi: add compatibility MODULE_ALIAS entry X-Git-Tag: v2.6.22-rc1~1112^2~5^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d903ac5455102b13d0e28d6a39f640175fb4cd4d;p=platform%2Fkernel%2Flinux-exynos.git ACPI: thinkpad-acpi: add compatibility MODULE_ALIAS entry Add a ibm_acpi module alias for userpace, so that modprobe ibm_acpi will still load the correct driver. This alias can be removed in the future, probably two years from now if nothing warrants removing it sooner. Signed-off-by: Henrique de Moraes Holschuh Signed-off-by: Len Brown --- diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c index bb789db..90ffc46 100644 --- a/drivers/misc/thinkpad_acpi.c +++ b/drivers/misc/thinkpad_acpi.c @@ -86,6 +86,9 @@ MODULE_DESCRIPTION(IBM_DESC); MODULE_VERSION(IBM_VERSION); MODULE_LICENSE("GPL"); +/* Please remove this in year 2009 */ +MODULE_ALIAS("ibm_acpi"); + #define __unused __attribute__ ((unused)) /****************************************************************************