ACPI: thinkpad-acpi: claim tpacpi as an official short handle (v1.1)
commite7e03de671b71859743363888bc023b9e15cd431
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Thu, 1 May 2008 03:31:46 +0000 (1 00:31 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Thu, 1 May 2008 03:31:46 +0000 (1 00:31 -0300)
treee89764679eb4f9dfd5b83ed4c2da3c7559bbbab8
parent1ab3febff88e620fae3524037a374bd10ac1db74
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