ACPI: thinkpad-acpi: claim tpacpi as an official short handle (v1.1)
commit8127a1c4bada51b94aad2e7ef84f4276309e47ab
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Fri, 2 May 2008 04:00:43 +0000 (2 01:00 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Fri, 2 May 2008 04:00:43 +0000 (2 01:00 -0300)
tree579f5c1fbba9aa8aa06725bf08af5acff64d2c93
parentd8ae0a7d35f2fa47570e66de368945b3d0cd577f
ACPI: thinkpad-acpi: claim tpacpi as an official short handle (v1.1)

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/thinkpad-acpi.txt
drivers/misc/thinkpad_acpi.c