ACPI: thinkpad-acpi: claim tpacpi as an official short handle (v1.1)
commitbdac8eb0e5a27179fe29a43be28fe567ddd70e64
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Thu, 9 Oct 2008 18:09:29 +0000 (9 15:09 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Thu, 9 Oct 2008 18:09:29 +0000 (9 15:09 -0300)
treec4345fab7a5ca9d443942142d27b61df3417a959
parentc28d427b111b99961dfdb3e0eddb82c36d9f9b61
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/laptops/thinkpad-acpi.txt
drivers/misc/thinkpad_acpi.c