thinkpad-acpi: clean up ACPI handles handling
commit56632f098cbc9ca2a8d0b0ac0b169d85db2454f4
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Fri, 27 May 2011 01:51:07 +0000 (26 22:51 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Fri, 27 May 2011 01:51:07 +0000 (26 22:51 -0300)
treefaf1b6fc4ae851aec3afdbeb3bacaacae3c3a177
parent29e82de612a5d0af7462e5c200496f179f93aadc
thinkpad-acpi: clean up ACPI handles handling

1. Remove <handle>_path, as its only user was already removed in
   a previous commit

2. Move all handle initialization, as well as <handle>_parent and
   <handle>_paths to __init.* sections.  This reduces the driver's
   runtime footprint nicely.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
drivers/platform/x86/thinkpad_acpi.c