thinkpad-acpi: clean up ACPI handles handling
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 16 May 2010 22:45:54 +0000 (19:45 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 16 May 2010 22:45:54 +0000 (19:45 -0300)
commitef07a5abadfcb2470fc9cbfbee0cb41076b4ba9b
treedeb4a294d7c750d4942e25618105c22b688493bd
parent2cbb5c8f5533facb606adc5986ce40da2e987d6d
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