ACPI: thinkpad-acpi: claim tpacpi as an official short handle
commitc52f96c981205d5c45e52a9116f9c3c10fc98cba
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Mon, 17 Mar 2008 06:17:18 +0000 (17 03:17 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Fri, 21 Mar 2008 23:44:12 +0000 (21 20:44 -0300)
treed96420435ef6758956ec3793cbd026b189c5539d
parent37ce6a27c903439a8f3d0c7737bfc104ee01f12c
ACPI: thinkpad-acpi: claim tpacpi as an official short handle

Unfortunately, a lot of stuff in the kernel has size limitations, so
"thinkpad-acpi" ends up eating up too much real estate.  We were using
"tpacpi" in symbols already, but this shorthand was not visible to
userland.

Document that the driver will use tpacpi as a short hand where necessary,
and use it to name the kernel thread for NVRAM polling (now named
"ktpacpi_nvramd").

Also, register a module alias with the shorthand.  One can refer to the
module using the shorthand name.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Documentation/laptops/thinkpad-acpi.txt
drivers/misc/thinkpad_acpi.c